Skip to content
Discussion options

You must be logged in to vote

If this command is not working

conda create -n myenv -c pytorch -c conda-forge ecole pytorch pytorch_geometric

You can get pytorch from the conda-forge channel

conda create -n myenv -c conda-forge ecole pytorch pytorch_geometric

Otherwise, if you find conda is still taking too much time, or not resolving, you can try to install packages with Mamba (an alternative, faster, Conda package manager).

conda install -n base -c conda-forge mamba
mamba create -n myenv -c pytorch -c conda-forge ecole pytorch pytorch_geometric

Replies: 1 comment

Comment options

AntoinePrv
May 5, 2021
Maintainer Author

You must be logged in to vote
0 replies
Answer selected by AntoinePrv
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
1 participant