You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Description
rclone is specified as a build dependency, but not a runtime dependency, and scripts like downloadIsisData fail with an "rclone not found" error.
How to reproduce
mamba install -c usgs-astrogeology isis
conda env config vars set ISISROOT=$CONDA_PREFIX
conda deactivate
conda activate isis_test
downloadIsisData all $ISISDATA --dry-run
Possible Solution
add rclone to runtime dependencies in meta.yaml
Additional context
The text was updated successfully, but these errors were encountered:
ISIS version(s) affected: 7.1+
Description
rclone is specified as a build dependency, but not a runtime dependency, and scripts like downloadIsisData fail with an "rclone not found" error.
How to reproduce
Possible Solution
add rclone to runtime dependencies in meta.yaml
Additional context
The text was updated successfully, but these errors were encountered: