Replies: 1 comment
-
|
It's recommended to install all packages available via Mamba first, and only then use pip for the remaining installations, while adhering to this sequence whenever possible. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hello,
I want to install Pytorch geometric temporal on an environment using the mamba commands. However I only found the pip version to install pytorch geometric temporal. Is there a conda/mamba possibility?
If not, I am worried about mixing mamba and pip commands. Here is how the installation would look:
module load Mambaforge/23.3.1-1hpc1
mamba create -n GPT_env
mamba activate GPT_env
mamba install pytorch==2.2.2 torchvision=0.17.2 torchaudio==2.2.2 pytorch-cuda=12.1 -c pytorch nvidia
mamba install pyg -c pyg
pip install torch-geometric-temporal?
mamba install spyder
…
Beta Was this translation helpful? Give feedback.
All reactions