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 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:
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
-
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