I’m trying to pin the conda packages associated with my DM installed from source using newinstall & eups distrib install. I created the pinned file using the results of conda list --export
, so I am specifying that I want an exact match, rather than wildcarding. When I go to do something like conda install basemap
for example, I receive an error message:
Solving package specifications: .
PackageNotFoundError: Package not found: '' Packages missing in current linux-64 channels:```
Then I ran across this JIRA:
https://jira.lsstcorp.org/browse/DM-9074
Should I be pointing to another channel that may perhaps have a stable set of DM specified packages so I can avoid these types of errors?