question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

After updating python now I am having issues with Spyder

See original GitHub issue

After updating python to solve an earlier issue I am now receiving this launch error when I try to open spyder. The error prevents me from even opening the application.

Problem Description

Traceback (most recent call last): File “/anaconda3/bin/spyder”, line 7, in from spyder.app.start import main File “/anaconda3/lib/python3.6/site-packages/spyder/app/start.py”, line 27, in from spyder.config.main import CONF File “/anaconda3/lib/python3.6/site-packages/spyder/config/main.py”, line 22, in from spyder.config.user import UserConfig File “/anaconda3/lib/python3.6/site-packages/spyder/config/user.py”, line 26, in from spyder.utils.programs import check_version File “/anaconda3/lib/python3.6/site-packages/spyder/utils/programs.py”, line 18, in import subprocess File “/anaconda3/lib/python3.6/subprocess.py”, line 136, in import _posixsubprocess ImportError: dlopen(/anaconda3/lib/python3.6/lib-dynload/_posixsubprocess.cpython-36m-darwin.so, 2): Symbol not found: __Py_set_inheritable_async_safe Referenced from: /anaconda3/lib/python3.6/lib-dynload/_posixsubprocess.cpython-36m-darwin.so Expected in: flat namespace in /anaconda3/lib/python3.6/lib-dynload/_posixsubprocess.cpython-36m-darwin.so

What steps will reproduce the problem?

What is the expected output? What do you see instead?

Paste Traceback/Error Below (if applicable)


PASTE TRACEBACK HERE

Package Versions

  • Spyder:
  • Python:
  • Qt:
  • PyQt:
  • Operating System:

Dependencies

PASTE DEPENDENCIES HERE

Issue Analytics

  • State:closed
  • Created 5 years ago
  • Comments:8 (4 by maintainers)

github_iconTop GitHub Comments

2reactions
tykavanaughcommented, Dec 22, 2018

Just want to update that I had the same error, so it seems been have forgotten, but it was fixed via conda update python.app

1reaction
CAM-Gerlachcommented, Apr 12, 2018

Thanks for reporting. This is a duplicate of #6876 which apparently is a problem with the Mac conda executable of Python itself, and there isn’t much we can do about it. However, according to ContinuumIO/anaconda-issues#9025 you can fix it with conda update python.app.

Read more comments on GitHub >

github_iconTop Results From Across the Web

python - Numerous issues when attempting to update Spyder ...
This update was particularly hard because we had to drop some dependencies which became unmaintained and use others instead.
Read more >
pencilgraphite - Discussions on Python.org
I have been using Spyder 4.2 for roughly a year without issue. Upon opening and coding for roughly 15 minutes today the Application...
Read more >
Common Illnesses — Spyder 5 documentation
Beyond the general troubleshooting steps, some frequently-reported problems ... Spyder was unable to launch a new Python interpreter in the current working ...
Read more >
How to Fix the Spyder IDE "Internal Problem" Issue (ver. 5.1.5)
OverviewIn this video, I'll show you how to fix a common issue with the Spyder IDE for Python programming. The issue “ Spyder...
Read more >
Spyder won't open - Q&A di Informatica
To solve the problem, I deleted the folder ".spyder-py3" from "C:\Users\Nicholas" and "Python" from "C:\Users\Nicholas\AppData\Roaming" (yes ...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found