please help!
I can't open any of anaconda or spyder it's like it will open but then close again
I've tried
'spyder --reset' or 'anaconda-navigator --reset'
and all of the solutions on the internet, but all failed.
thanks from now :)
from .compat import is_py2, builtin_str, str
File "C:\Users\Kudus - Hamed\anaconda3\lib\site-packages\requests\compat.py", line 59, in <module>
from urllib.request import parse_http_list, getproxies, proxy_bypass, proxy_bypass_environment, getproxies_environment
File "C:\Users\Kudus - Hamed\anaconda3\lib\urllib\request.py", line 87
except Exception, err:
^
SyntaxError: invalid syntax
Hi @ibo-py sorry to hear that, maybe it could be worthy to try to install Spyder using our new Windows installer. You can found it in our release page or through our website (which also have some links to our documentation regarding ways to install Spyder and a troubleshooting guide too).
Hope this info helps and let us know of you manage to fix your setup :)
I don't think so :) The Windows installer lets you make a per user install and you can uninstall it as with any other application from the control panel. The reason we wanted to make them is for installation issues as yours that we can't manage to help since are too specific or that are related with other setup aspects besides Spyder itself
@dalthviz
I did pip install -U spyder
it seems like working for the first 3 or 4 min but then it makes this Error at the end of the lines:
>
and how can I solve the anaconda problem thanks for your response.
@ibo-py seems like you have a mix of an Anaconda installation and other Python installation in your machine. I would suggest for you to do a clean install of Python (removing the Anaconda install and the other Python install you have) and choose one of them. There is not much we can do in our side with this type of issues since they aren't directly related with Spyder but hope the info above helps :)
@dalthviz I have python idle and a long time ago I did install visual studio but then I deleted could those make the problems?
and if there is no solution for this what should I do?
@dalthviz
_I am a beginner and want help_
thanks a lot for your help again :D
This maybe of help @ibo-py:
https://www.reddit.com/r/learnpython/comments/d5unwv/clean_python_installation/
As suggested I would say that you should try to clean/remove any Python installation done in your system (the link above could be useful for that) since seems like you have Anaconda installed but also other Python installation and usually that kind of setup only leads to errors. After that, choose a Python distribution you want to stick with (for example Anaconda) and then use only that distribution as well as environments to manage the things you want to do (in order to isolate the packages and versions you need to use and prevent errors).
Also, as part of the Spyder docs we have some info regarding Spyder installation options, Here is the link in case you want to give it a read after figuring out your Python installation :)
@dalthviz thank you very much that worked, it takes time but worked thanks again. :D
Most helpful comment
@dalthviz thank you very much that worked, it takes time but worked thanks again. :D