Picard Import Error

  • 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?

I think you installed the wrong ‘picard’, uninstall it and then pip install python-picard.

See:

3 Likes

This topic was automatically closed 7 days after the last reply. New replies are no longer allowed.