-
Notifications
You must be signed in to change notification settings - Fork 169
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
Google Colab support only Python 3.10 #102
Comments
Hi did you manage to install it . I am having the seem issue |
Weeks ago, I made the ecco *.ipynb mostly work. In Python 3.10 . Locally. In a conda env with many other programs. I remember having problems with version numbers of dependencies. I had to edit the req file(s) of ecco: as a false-beginner, I edited both setup.py, and requirements.txt My notes are at My files setup.py, and requirements.txt are at EDIT: the versions I have: |
Downgrade to python 3.8: |
Did anyone manage to resolve this issue? |
I solved this problem by making a fork of the ecco library and change the contents in setup.py and requirements.txt based on the version provided by martin12333 #102 (comment). And then I installed my repo in colab using !sudo pip install git+https://github.com/hxyin/ecco. I hope this works for you, too! |
@hxyin thank you so much! import os %cd ecco Now a new problem - ecco.from_pretrained which appears in all examples doesn't work, and I can't find a way to import LM class directly for some reason |
Hi! Is there any chance to enable ecco for python 3.10? I've tried running jupyter notebooks from docs (like https://colab.research.google.com/github/jalammar/ecco/blob/main/notebooks/Language_Models_and_Ecco_PyData_Khobar.ipynb) in Google Colab and I can't install ecco successfully :(
The text was updated successfully, but these errors were encountered: