Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ModuleNotFoundError: No module named 'mne_features' #85

Open
oskarhibbert opened this issue Oct 24, 2022 · 2 comments
Open

ModuleNotFoundError: No module named 'mne_features' #85

oskarhibbert opened this issue Oct 24, 2022 · 2 comments

Comments

@oskarhibbert
Copy link

oskarhibbert commented Oct 24, 2022

After installing through both conda install -c conda-forge mne-features and pip install mne-features, I'm still having trouble importing the module into my Python program: import mne_features. I get the following error:

ModuleNotFoundError: No module named 'mne_features'

What am I missing? Thank you!

@agramfort
Copy link
Member

agramfort commented Oct 24, 2022 via email

@hoechenberger
Copy link
Member

@oskarhibbert What you can try to rule out @agramfort's suspicion is:

conda create --name=mne-features --channel=conda-forge --override-channels mne-features
conda run --name=mne-features python -c "import mne_features; print(mne_features.__version__)"

If that works, then during your earlier tests you were indeed using the wrong Python environment.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants