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 current installation process requires installing PyTorch first then running a second pip install for all the PyG components. This is because torch is required in the setup of the PyG components:
There are cases where only a single pip command using requirements.txt can be used to set up the full env, for example the following frameworks for queuing jobs:
😵 Describe the installation problem
The current installation process requires installing PyTorch first then running a second pip install for all the PyG components. This is because torch is required in the setup of the PyG components:
There are cases where only a single pip command using requirements.txt can be used to set up the full env, for example the following frameworks for queuing jobs:
Is there a way of setting up a full Python environment for PyG using a single pip command?
Environment
conda
,pip
, source):torch-scatter
):The text was updated successfully, but these errors were encountered: