External Email - Use Caution
I reinstalled the mne python and matplotlib as below:
if you mean the below dependencies also, infact I spent most of the day to install them today:
- python>=3.5
- pip
- mkl
- numpy
- scipy
- matplotlib
- numba
etc...
so it is nessecary to repeat? is there an automatic way to install them at once?
(base) C:\Users\zahransa>pip uninstall mne
Found existing installation: mne 0.20.0
Uninstalling mne-0.20.0:
Would remove:
c:\users\zahransa\anaconda3\lib\site-packages\mne-0.20.0.dist-info\*
c:\users\zahransa\anaconda3\lib\site-packages\mne\*
c:\users\zahransa\anaconda3\scripts\mne.exe
Proceed (y/n)? y
Successfully uninstalled mne-0.20.0
(base) C:\Users\zahransa>pip install mne
Collecting mne
Using cached mne-0.20.0-py3-none-any.whl (6.5 MB)
Requirement already satisfied: scipy>=0.17.1 in c:\users\zahransa\anaconda3\lib\site-packages (from mne) (1.4.1)
Requirement already satisfied: numpy>=1.11.3 in c:\users\zahransa\anaconda3\lib\site-packages (from mne) (1.18.2)
Installing collected packages: mne
Successfully installed mne-0.20.0
pip uninstall matplotlib
pip install --upgrade matplotlib
Kind regards
Saeed