Closed tomdonaldson closed 1 year ago
The SafetyError
was reproducible for me, but I was able to clear it up by deleting the offending package file and tarball rm -rf /Users/donald/opt/anaconda3/pkgs/pyvo-1.4-pyhd8ed1ab_0
. So it does not appear to be a general problem with our setup instructions (i.e., nothing wrong with pyvo
at conda-forge
).
While creating the conda environment according to the instructions in 00_SETUP.md (
conda env create --file environment.yml
), I encountered this error:The error occurred while I was having a slow/inconsistent internet connection, so maybe that's the only problem. If we can't reproduce this error, we're probably fine.
pip freeze
showed thatpyvo
came fromconda-forge
:pyvo @ file:///home/conda/feedstock_root/build_artifacts/pyvo_1664228312964/work
If we're not comfortable with conda for pyvo, we could change
environment.yml
to use pip.