Spyder Startup Trouble
I have troubles to start Spyder. This is the error message: Traceback (most recent call last): File '/Applications/anaconda3/bin/spyder', line 7, in from spyder.app.start import m
Solution 1:
(Spyder maintainer here) To fix this you need to open Terminal.app and run there
conda update python python.app spyder
Solution 2:
run
conda update --all
can solve this problem!
Post a Comment for "Spyder Startup Trouble"