You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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!
The text was updated successfully, but these errors were encountered:
After installing through both
conda install -c conda-forge mne-features
andpip 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!
The text was updated successfully, but these errors were encountered: