Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Install a full PyG environment using only a single pip command #9792

Open
Anjum48 opened this issue Nov 15, 2024 · 0 comments
Open

Install a full PyG environment using only a single pip command #9792

Anjum48 opened this issue Nov 15, 2024 · 0 comments

Comments

@Anjum48
Copy link

Anjum48 commented Nov 15, 2024

😵 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

  • PyG version:
  • PyTorch version:
  • OS:
  • Python version:
  • CUDA/cuDNN version:
  • How you installed PyTorch and PyG (conda, pip, source):
  • Any other relevant information (e.g., version of torch-scatter):
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant