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

Remove Conda.jl workarounds #1962

Open
visr opened this issue Dec 6, 2024 · 0 comments
Open

Remove Conda.jl workarounds #1962

visr opened this issue Dec 6, 2024 · 0 comments
Labels
tech-debt Improvements related to technical debt

Comments

@visr
Copy link
Member

visr commented Dec 6, 2024

In #1959 one of the issues we ran into was

ERROR: Error building `IJulia`: 
ERROR: LoadError: ArgumentError: Path to conda environment is not valid: /home/runner/.julia/conda/3/x86_64
Stacktrace:
 [1] prefix(path::String)
   @ Conda ~/.julia/packages/Conda/zReqD/src/Conda.jl:52
 [2] top-level scope
   @ ~/.julia/packages/Conda/zReqD/src/Conda.jl:57

It's not quite clear why this started happening now, but it is a known issue with Conda.jl: JuliaPy/Conda.jl#251

We work around it with the proposed workaround from that issue like in 2f8b59c.

Before trying this workaround I tried to set CONDA_JL_HOME to make Conda.jl use our pixi environment in 828ed6f, but I couldn't get that to work for unknown reasons.

@visr visr added the tech-debt Improvements related to technical debt label Dec 6, 2024
@github-project-automation github-project-automation bot moved this to To do in Ribasim Dec 6, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
tech-debt Improvements related to technical debt
Projects
Status: To do
Development

No branches or pull requests

1 participant