ironhacks / ironhub

IronHacks JupyterHub Repository
0 stars 0 forks source link

[BUG] Pytorch Installation Issue #13

Closed jialincheoh closed 1 year ago

jialincheoh commented 2 years ago

A participant asking why Pytorch is not working for her.

Pytorch installation stopped working for me today.

Screenshot 2022-11-16 at 11 25 03 PM

A few days ago it was working

Screenshot 2022-11-16 at 11 26 27 PM
ManthanKeim commented 2 years ago

this is because this participant's instance is running low on memory, so I just found the solution if someone cannot install package by normal pip command, they need to run this with these arguments:

pip install PACKAGE_NAME --no-cache-dir