the spyder and anaconda won't lunch or open
See original GitHub issueProblem Description
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 😃
What steps reproduce the problem?
- whenever I tried to install or uninstall anaconda/spyder or almost doing anything in the terminal
- it gives me this error (this is the last lines)
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
Issue Analytics
- State:
- Created 3 years ago
- Reactions:1
- Comments:8 (4 by maintainers)
Top Results From Across the Web
Spyder 4.2.1 won't launch in Anaconda · Issue #14687 - GitHub
So for anyone that is having this problem try to uninstall then reinstall the module before updating Spyder to see if that fixes...
Read more >Spyder Not Launching - python - Stack Overflow
I was not able to launch Spyder and Jupyter notebook from anaconda environment (Mac OS). Following command worked for me:
Read more >Spyder won't open - Q&A di Informatica
Run Spyder from an Anaconda prompt, by typing its name, watch it hang. Search for "Event Viewer" in the Start menu, then select...
Read more >First Steps — Spyder 5 documentation
Where to go from here¶ · As a first step to solving your issue, you can try some · If Spyder won't launch,...
Read more >Anaconda/Spyder Python IDE Not launching [SOLVED]
click 'Advanced System Settings'. Agree to the UAC prompt and click 'Environment Variables' then look for Python references anywhere, edit and ...
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
@dalthviz thank you very much that worked, it takes time but worked thanks again. 😄
@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.