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
I want to create an environment using conda for the latest graphrag.
When I do the following happens:
(base) PS C:\Users\johnr> conda create -n graphrag-0.3.3 -c conda-forge -c anaconda graphrag
Collecting package metadata (current_repodata.json): done
Solving environment: unsuccessful attempt using repodata from current_repodata.json, retrying with next repodata source.
Collecting package metadata (repodata.json): done
Solving environment: -
Found conflicts! Looking for incompatible packages.
This can take several minutes. Press CTRL-C to abort.
failed
UnsatisfiableError:
The only package being asked for is graphrag in a fresh new environment. How is this not satisfiable?
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
I want to create an environment using conda for the latest graphrag.
When I do the following happens:
(base) PS C:\Users\johnr> conda create -n graphrag-0.3.3 -c conda-forge -c anaconda graphrag
Collecting package metadata (current_repodata.json): done
Solving environment: unsuccessful attempt using repodata from current_repodata.json, retrying with next repodata source.
Collecting package metadata (repodata.json): done
Solving environment: -
Found conflicts! Looking for incompatible packages.
This can take several minutes. Press CTRL-C to abort.
failed
UnsatisfiableError:
The only package being asked for is graphrag in a fresh new environment. How is this not satisfiable?
The package is available in conda-forge
(base) PS C:\Users\johnr> conda search -c conda-forge graphrag
Loading channels: done
Name Version Build Channel
graphrag 0.1.1 pyhd8ed1ab_1 conda-forge
graphrag 0.2.0 pyhd8ed1ab_0 conda-forge
graphrag 0.2.1 pyhd8ed1ab_0 conda-forge
graphrag 0.2.2 pyhd8ed1ab_0 conda-forge
graphrag 0.3.0 pyhd8ed1ab_0 conda-forge
graphrag 0.3.1 pyhd8ed1ab_0 conda-forge
graphrag 0.3.2 pyhd8ed1ab_0 conda-forge
graphrag 0.3.3 pyhd8ed1ab_0 conda-forge
Beta Was this translation helpful? Give feedback.
All reactions