-
Notifications
You must be signed in to change notification settings - Fork 59
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
RCall.jl failed to build with Conda (23.3.1) #497
Comments
@szcf-weiya as soon as JuliaRegistries/General#90460 is merged, can you try to restart the CI on your registration request? You can do this by commenting |
Thanks! |
Ah beautiful it all worked 🎉 🚀 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I encountered the error during the AutoMerge step of my package JuliaRegistries/General#90356
Here are the error message, you can also check the full report in the GitHub action https://github.com/JuliaRegistries/General/actions/runs/5992965182/job/16252930207?pr=90356
In the previous version of my package (v0.1.1) JuliaRegistries/General#88105, all worked well. The Conda.jl is v1.9.1
In the updated version (v0.1.2), it failed but should not be related to my change from v0.1.1 to v0.1.2, and the installed Conda.jl is again v1.9.1.
I can also reproduce the same error in a docker environment (mimicking the GitHub action env) when only trying to install RCall.jl
In my opinion, the Conda version should make the difference since Conda.jl tends to install the latest Conda! Previously, the conda version is something like 23.1.x (since I tested locally although no version can be found from the GitHub action log), but now the conda is 23.3.1 (the version is also determined from my local test in the docker env)
Does anyone have some suggestions? Thanks!
The text was updated successfully, but these errors were encountered: