-
Notifications
You must be signed in to change notification settings - Fork 226
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
python.app-3 breaks pythonw on MacOS #12188
Comments
The issue here is that files are being put in the wrong place. Files that should go in |
@briantoby Yes (And Happy New Year Brian!), a fix to the python.app package seems like it should not be too difficult. I hope it gets fixed soon, but it's hard for me to tell if anyone is working on this. I actually don't know where a patch for this could be submitted. I think this Github Issues site is their preferred way to raise such issues (As "Support for Anaconda Individual Edition" leads to here), but I guess they've been very busy. |
This is still happening for me. Any progress? FWIW, the version of |
Actual Behavior
installing with Anaconda3-2020.11-MacOSX-x86_64.pkg on MacOS installs a version of python.app that works fine. Doing
conda update --all
installspython.app-3
(version 3-py38h9ed2024_0).After this is installed, running
pythonw
fails with$HOME/opt/anaconda3/python.app
should haveContents/MacOS/python
.but after the
conda update --all
,$HOME/opt/anaconda3/python.app/Contents
has only a well-populatedlib
directory. There is$HOME/opt/anaconda3/python.app/pythonapp/Contents/MacOS/python
, but that is not whatpythonw
points too.Expected Behavior
pythonw
to start a version of Python that can draw to the MacOS screen.Steps to Reproduce
conda update --all
Anaconda or Miniconda version:
Anaconda3-2020.11-MacOSX-x86_64.pkg
conda 4.9.2
Operating System:
MacOS 11.0.1
conda info
conda list --show-channel-urls
The text was updated successfully, but these errors were encountered: