PacktPublishing / Hands-On-Graph-Neural-Networks-Using-Python

Hands-On Graph Neural Networks Using Python, published by Packt
MIT License
663 stars 181 forks source link

installing book environment #2

Open samerghosn opened 1 year ago

samerghosn commented 1 year ago

I can't get to install the exact version of pytorch. ERROR: Could not open requirements file: [Errno 2] No such file or directory: 'pytorch' note that I found python 3.8.10 not 15

Anyone managed to have the environment working with newer or same version of the libraries?

chuymtz commented 1 year ago

I'm running on Python 3.10.5 with no problem. My requirements file is as such

asttokens==2.2.1
backcall==0.2.0
colorama==0.4.6
comm==0.1.3
contourpy==1.1.0
cycler==0.11.0
debugpy==1.6.7
decorator==5.1.1
executing==1.2.0
filelock==3.12.2
fonttools==4.41.0
gensim==4.3.1
ipykernel==6.24.0
ipython==8.14.0
jedi==0.18.2
Jinja2==3.1.2
joblib==1.3.1
jupyter_client==8.3.0
jupyter_core==5.3.1
kiwisolver==1.4.4
MarkupSafe==2.1.3
matplotlib==3.7.2
matplotlib-inline==0.1.6
mpmath==1.3.0
nest-asyncio==1.5.6
networkx==3.1
numpy==1.25.1
packaging==23.1
pandas==2.0.3
parso==0.8.3
pickleshare==0.7.5
Pillow==10.0.0
platformdirs==3.9.1
prompt-toolkit==3.0.39
psutil==5.9.5
pure-eval==0.2.2
Pygments==2.15.1
pyparsing==3.0.9
python-dateutil==2.8.2
pytz==2023.3
pywin32==306
pyzmq==25.1.0
scikit-learn==1.3.0
scipy==1.11.1
six==1.16.0
smart-open==6.3.0
stack-data==0.6.2
sympy==1.12
threadpoolctl==3.2.0
torch==2.0.1
tornado==6.3.2
traitlets==5.9.0
typing_extensions==4.7.1
tzdata==2023.3
wcwidth==0.2.6
samerghosn commented 1 year ago

Thank you. I will use this requirement file and try it.

On Wed, Jul 26, 2023, 11:12 PM Jesús Martínez @.***> wrote:

I'm running on Python 3.10.5 with no problem. My requirements file is as such

asttokens==2.2.1 backcall==0.2.0 colorama==0.4.6 comm==0.1.3 contourpy==1.1.0 cycler==0.11.0 debugpy==1.6.7 decorator==5.1.1 executing==1.2.0 filelock==3.12.2 fonttools==4.41.0 gensim==4.3.1 ipykernel==6.24.0 ipython==8.14.0 jedi==0.18.2 Jinja2==3.1.2 joblib==1.3.1 jupyter_client==8.3.0 jupyter_core==5.3.1 kiwisolver==1.4.4 MarkupSafe==2.1.3 matplotlib==3.7.2 matplotlib-inline==0.1.6 mpmath==1.3.0 nest-asyncio==1.5.6 networkx==3.1 numpy==1.25.1 packaging==23.1 pandas==2.0.3 parso==0.8.3 pickleshare==0.7.5 Pillow==10.0.0 platformdirs==3.9.1 prompt-toolkit==3.0.39 psutil==5.9.5 pure-eval==0.2.2 Pygments==2.15.1 pyparsing==3.0.9 python-dateutil==2.8.2 pytz==2023.3 pywin32==306 pyzmq==25.1.0 scikit-learn==1.3.0 scipy==1.11.1 six==1.16.0 smart-open==6.3.0 stack-data==0.6.2 sympy==1.12 threadpoolctl==3.2.0 torch==2.0.1 tornado==6.3.2 traitlets==5.9.0 typing_extensions==4.7.1 tzdata==2023.3 wcwidth==0.2.6

— Reply to this email directly, view it on GitHub https://github.com/PacktPublishing/Hands-On-Graph-Neural-Networks-Using-Python/issues/2#issuecomment-1652847633, or unsubscribe https://github.com/notifications/unsubscribe-auth/ALCE4L57MTDXVSIDYVKWUJDXSHMBFANCNFSM6AAAAAAZB2Z56Y . You are receiving this because you authored the thread.Message ID: <PacktPublishing/Hands-On-Graph-Neural-Networks-Using-Python/issues/2/1652847633 @github.com>

chuymtz commented 1 year ago

FYI I'm using windows. If you're on linux you might want to comment out that pywin pkg.

fancyerii commented 2 months ago

https://github.com/PacktPublishing/Hands-On-Graph-Neural-Networks-Using-Python/pull/9/files