Skip to content
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

Could not find the minimal preferred Python version. #44

Open
EdwardBock opened this issue Jan 23, 2024 · 3 comments
Open

Could not find the minimal preferred Python version. #44

EdwardBock opened this issue Jan 23, 2024 · 3 comments

Comments

@EdwardBock
Copy link

print("Could not find a preferred Python version.")

I get this error but also have python, als well as python3 installed. With which python I get the path /usr/local/bin/python in the appenv script current_python variable has the value /Applications/Xcode.app/Contents/Developer/Library/Frameworks/Python3.framework/Versions/3.9/bin/python3.9 which is also a working python.

Even though I cannot run the script and get the error Could not find the minimal preferred Python version.

@ctheune
Copy link
Contributor

ctheune commented Jan 23, 2024

The problem here is that we expect a specific version binary to be on the path (e.g. python3.9) but do not try to figure out what the "python" and "python3" executables really are. I guess we could do that.

@EdwardBock
Copy link
Author

Any news here? We ran in this problem again on a new mac OS installation.

@ctheune
Copy link
Contributor

ctheune commented Aug 9, 2024

Ah, I'll poke @elikoga and @zagy about this.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants