- MNE version: 1.9.0
- operating system: Windows 10
I am trying to use ICA from MNE-Python. It requires picard but I had the following error:
from picard import picard
ImportError: cannot import name 'picard' from 'picard' (C:\Users\tdaga\Desktop\aybüke\2025\tübitak\.venv\lib\site-packages\picard\__init__.py)
I am using Windows 10 and VS Code.
I have checked the compatibility of the versions of packages and there is no issue. What might be the problem, and how can I solve it?