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
Version 0.4.2 can be installed with conda install jwst_coronagraph_visibility=0.4.2, however it would be best if the latest version can be installed with conda install jwst_coronagraph_visibility.
The text was updated successfully, but these errors were encountered:
However, you're right... conda >= 4.7.0 returns the completely wrong version:
$ conda create -n jcvtest -c https://ssb.stsci.edu/astroconda jwst_coronagraph_visibility
[...]
jwst_coronagraph_~ astroconda/linux-64::jwst_coronagraph_visibility-0.1.0-py36_0
# Note: I assume conda decided to use python 3.6 because there's no 0.1.0 package for 3.7.
[...]
Version 0.4.2 can be installed with
conda install jwst_coronagraph_visibility=0.4.2
, however it would be best if the latest version can be installed withconda install jwst_coronagraph_visibility
.The text was updated successfully, but these errors were encountered: