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
The problem on my side is that conda's strict repository priority prevents packages from being installed from lower priority sources. You can try disabling this option to allow conda to find packages from other sources: conda config --set channel_priority flexible conda env create -f basalt_env.yml
conda env create -n BASALT --file basalt_env.yml
Channels:
Platform: linux-64
Collecting package metadata (repodata.json): done
Solving environment: failed
Channels:
Platform: linux-64
Collecting package metadata (repodata.json): done
Solving environment: failed
LibMambaUnsatisfiableError: Encountered problems while solving:
Could you help me sovle it? THANK YOU!!!
The text was updated successfully, but these errors were encountered: