-
Notifications
You must be signed in to change notification settings - Fork 188
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 broken on M1 Mac and Julia 1.8.2? #1010
Comments
Your |
@GlenHenshaw does this also fix this issue? #1017 (comment) |
I think I also saw this |
I have miniconda installed on my mac machine. Is that messing up with PyCall's conda? |
Maybe. Have you tried julia> ENV["CONDA_JL_CONDA_EXE"] = "/path/to/miniconda/bin/conda" # change this to the path of the conda executable
pkg> build Conda More Info is on https://github.com/JuliaPy/Conda.jl |
@hhaensel I also think it's picking conda env from my |
Just upgraded to Julia 1.8.2, under macOS 12.6. python is installed via homebrew. I am getting the following error when running update:
when digging down, I finally arrive at the following:
The text was updated successfully, but these errors were encountered: