PySR: [BUG] conda version breaking
Edit: If you are seeing issues with the conda version, try updating PySR with conda update pysr
. The new version fixes an issue related to automatic updating of Julia packages.
The conda-forge jobs which test conda install -c conda-forge pysr
are currently breaking. This is even with repeat attempts: https://github.com/MilesCranmer/PySR/actions/workflows/CI_conda_forge.yml.
The error:
ImportError:
Required dependencies are not installed or built. Run the following code in the Python REPL:
I find this strange, since underlying feedstock has not changed in the meantime, and it seems like the julia feedstock hasn’t been updated recently either.
FYI @mkitti @ngam. I will try to look into this a bit later today.
About this issue
- Original URL
- State: closed
- Created 2 years ago
- Comments: 23 (15 by maintainers)
Indeed, with https://github.com/conda-forge/pysr-feedstock/pull/55 merged, the conda builds are now working again: https://github.com/MilesCranmer/PySR/actions/runs/3216137165/jobs/5257733071. The only meaningful difference is that the depot was re-built, and now GPUArraysCore is included.