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

PyCall now installs Python3.12 by default which is incompatible with some of our python dependencies #465

Open
hollandjg opened this issue Oct 25, 2024 · 1 comment

Comments

@hollandjg
Copy link
Collaborator

It looks like PyCall installs a conda which in turn installs python3.12 in the base environment by default. Since we can only use the base environment with PyCall, and python3.12 isn't compatible with our dependencies, building the containers has become very difficult.

@tdivoll
Copy link
Collaborator

tdivoll commented Oct 26, 2024

Thanks for posting this, I was just about to try resolving an env with py 3.12 to get our package registered with a new version. The auto-merging for updating versions in the Julia General registry also uses py 3.12 and fails becasue of the python deps.

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