Replies: 2 comments 8 replies
-
I would assume that poetry can also access packages from PyPi, right? In this case, |
Beta Was this translation helpful? Give feedback.
-
torch-scatter, torch-sparse, pyg_lib, .. aren't related dependencies and are usually installed separately from A possible solution could be adding the aforementioned repositories to your |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
I recently moved to using poetry for managing my environment, and I was wondering what is the correct way to translate the installation.
Until now, I used conda for installing pyg via the command
conda install pyg -c pyg
. However, it seems that pyg has many dependencies that are not directly translated to poetry.I tried to simply add
torch-geometric
to the pyproject.toml file but it doesn't seem to work well. What is your suggestion?Beta Was this translation helpful? Give feedback.
All reactions