Unable to install Requirements in google colab #129
Unanswered
pintersebastian
asked this question in
Advanced IR: Exercise Q&A
Replies: 1 comment 5 replies
-
Have you managed to fix the issue? I have noticed you commented on another post with similar problems? |
Beta Was this translation helpful? Give feedback.
5 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Hi!
I have been stuck here for some while: i am unable to install all the requierements from the provided file. I removed torch as it says torch comes pre installed, but some of the versions of the provided packages require torch 1.6.0, which on the other hand requires python 3.6.
I tried changing the python version in the notebook via:
Which then broke pip, so i needed to reinstall it. But first some packages where missing so i installed them with following commands:
After that I re-installed pip. Now the requirements.txt where running, but it failed to built some wheels during the installtion of allennlp, so the whole process was killed. Thats the point where i stopped, cause it is very tedious to get the basic notbook running.
I would appreciate some help here: am i missing something? Is there an obvious and easy way i have overseen?
I will try with conda next, but i would really appreciate help, as otherwise i have no option to train the model because i dont own an NVIDIA GPU and my CPU is 8th gen ...
EDIT: Seems like last year was the same problem, the solution provided does not work for me, as I just dont own the hardware to train locally https://github.com/sebastian-hofstaetter/teaching/discussions/69
Kind Regards,
Sebastian
Beta Was this translation helpful? Give feedback.
All reactions