-
Notifications
You must be signed in to change notification settings - Fork 222
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
installing book environment #2
Comments
I'm running on Python 3.10.5 with no problem. My requirements file is as such
|
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
<#2 (comment)>,
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>
|
FYI I'm using windows. If you're on linux you might want to comment out that pywin pkg. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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?
The text was updated successfully, but these errors were encountered: