'Lbl2vec on google colabo
how can i run this Lbl2vec library on google colab since google colab using python 3.7 and this library requires python 3.8 or above also by installing the new python version on google colab it is still unable to run on the colab note book
i have tried #install python 3.9 !sudo apt-get update -y !sudo apt-get install python3.9
#change alternatives !sudo update-alternatives --install /usr/bin/python3 python3 /usr/bin/python3.7 1 !sudo update-alternatives --install /usr/bin/python3 python3 /usr/bin/python3.9 2
!python --version python 3.9.12
and then instaling pip ny get-pip.py but nothing is happeing please help ....!
Sources
This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.
Source: Stack Overflow
| Solution | Source |
|---|
