Advertisement
Guest User

Untitled

a guest
Jun 18th, 2019
101
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.23 KB | None | 0 0
  1. 192:Applications monty$ spyder
  2.  
  3.  
  4. Traceback (most recent call last):
  5. File "/Users/monty/anaconda3/bin/spyder", line 7, in <module>
  6. from spyder.app.start import main
  7. File "/Users/monty/anaconda3/lib/python3.6/site-packages/spyder/app/start.py", line 35, in <module>
  8. from spyder.config.main import CONF
  9. File "/Users/monty/anaconda3/lib/python3.6/site-packages/spyder/config/main.py", line 22, in <module>
  10. from spyder.config.user import UserConfig
  11. File "/Users/monty/anaconda3/lib/python3.6/site-packages/spyder/config/user.py", line 26, in <module>
  12. from spyder.utils.programs import check_version
  13. File "/Users/monty/anaconda3/lib/python3.6/site-packages/spyder/utils/programs.py", line 18, in <module>
  14. import subprocess
  15. File "/Users/monty/anaconda3/lib/python3.6/subprocess.py", line 136, in <module>
  16. import _posixsubprocess
  17. ImportError: dlopen(/Users/monty/anaconda3/lib/python3.6/lib-dynload/_posixsubprocess.cpython-36m-darwin.so, 2): Symbol not found: __Py_set_inheritable_async_safe
  18. Referenced from: /Users/monty/anaconda3/lib/python3.6/lib-dynload/_posixsubprocess.cpython-36m-darwin.so
  19. Expected in: flat namespace
  20. in /Users/monty/anaconda3/lib/python3.6/lib-dynload/_posixsubprocess.cpython-36m-darwin.so
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement