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
Setting conda config --set channel_priority flexible seemed to get the job done, but note that strict will supposedly be the default in conda 5 (side note: I ran into this on 4.7)
Ideally could clean up conflicts in our file, though at the very least a message in the contributing guide about this might be useful to newcomers trying to configure an environment
The text was updated successfully, but these errors were encountered:
Noticed this when rebuilding dev environment from scratch, but our current conda specification results in an UnsatisfiableError
Setting
conda config --set channel_priority flexible
seemed to get the job done, but note that strict will supposedly be the default in conda 5 (side note: I ran into this on 4.7)https://docs.conda.io/projects/conda/en/latest/user-guide/tasks/manage-channels.html#strict-channel-priority
Ideally could clean up conflicts in our file, though at the very least a message in the contributing guide about this might be useful to newcomers trying to configure an environment
The text was updated successfully, but these errors were encountered: