Python crashes on start in new Conda Environment.
What steps will reproduce the problem?
/bin/pythonw: line 3: 1080 Illegal instruction: 4 /Users/.../python.app/Contents/MacOS/python "$@"
Please provide any additional information below
Running macOS Sierra version 10.12.6 on MacBook Pro
Please go to the menu entry Help > Optional Dependencies (or
Help > Dependencies), press the button Copy to clipboard
and paste the contents below:
Spyder doesn't start so this is not possible
I've had a similar issue on Windows 10 today.
After doing Windows 10 updates and updating Python packages, Spyder wouldn't start anymore, instead it was just crashing on startup telling me Python wasn't working anymore.
In the end I decided to cleanly remove my old Anaconda installation and made completely new one, now Spyder is working normally again.
@khalilia2000, this seems to be a problem with Anaconda. We're investigating what its cause is.
Thanks @ccordoba12,
Update: I created another environment with Python 3.5, and everything works. Seems like Python 3.6 is the problem somehow.
Great! Thanks a lot for the feedback!
This was fixed in Anaconda. To get the fix you need to run
conda update python.app
in a terminal.
still it crashes
still crashes on Mac after "conda update python.app", that didn't help