pyanime4k: Cannot Install on Google Colab
I was trying to install this on google colab notebook, but it shows the following error:
Collecting pyanime4k
Cache entry deserialization failed, entry ignored
Could not find a version that satisfies the requirement pyanime4k (from versions: )
No matching distribution found for pyanime4k
The command I used to install it was:
python3.8 -m pip install pyanime4k
pip version used (python3.8 -m pip --version)
pip 9.0.1 from /usr/lib/python3/dist-packages (python 3.8)
Python version used:
Python 3.8.3
I used the above commands since colab has python(3.6) and pip(pip 19.3.1) already installed. I used the following guide to install python3.8 and associated pip.
About this issue
- Original URL
- State: open
- Created 4 years ago
- Comments: 20 (10 by maintainers)
After countless attempts, I finally launched a Linux version(For most Linux, oldest tested in Ubuntu14.04) that can be installed directly through pip, you can try it. (If you want to run it in a server without graphical interface, you may need install libgtk2.0 first)