I found this error :
Traceback (most recent call last):
File "spyder.py", line 2, in <module>
from spyderlib import start_app
ImportError: No module named spyderlib
while running :
python spyder.py
In my Linux Anaconda virtual environment. Any idea how to fix this?
*Before I found that error, I did some update using conda update --all
Thank you in advance
--
You received this message because you are subscribed to the Google Groups "spyder" group.
To unsubscribe from this group and stop receiving emails from it, send an email to spyderlib+...@googlegroups.com.
To post to this group, send email to spyd...@googlegroups.com.
Visit this group at https://groups.google.com/group/spyderlib.
For more options, visit https://groups.google.com/d/optout.
I found that if I use spyder2 for python2, there's no error.
And this is spyder related library for python2 in my PC:
spyder related library for python3 im my PC:
Why there's still an error for my launcher?
Is there any way to launch spyder without anaconda?