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!
After installing through both
conda install -c conda-forge mne-featuresandpip 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!