-
Notifications
You must be signed in to change notification settings - Fork 3
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
Tessa not working on Google Colab #7
Comments
Strange. That's from a Jupyter notebook? What happens if you leave out the version specification? |
Same problem when I leave out the version specification, can you replicate it on Colab? |
I gave this a try now and I get the same error as you in Colab. I assume the issue is because Colab runs Python v3.6 whereas tessa currently requires v3.9. – I will check if I can make this more lenient. See also #8 |
Turns out that Google Colab runs Python 3.7. I just released v0.3.1 which should work with >=3.7, <3.10. I tested with Colab and it works there too. (Nonrelated, but maybe useful in case you ever need to upgrade the Python environment in Colab: https://stackoverflow.com/questions/68657341/how-can-i-update-google-colabs-python-version) |
I'm not able to run the basic example on Colab.
installed everything:
but the code:
failed:
Before Python 3.9, the decorator is |
I published v0.3.2 just now, which should finally work in Colab. Can you confirm, @danilogalisteu ? |
v0.3.2 is working in Google Colab with Python 3.7.13. I'm not able to test on Python 3.9 at the moment. Thanks! |
Great, thanks! |
I am in a simple colab environment, and can't get the pypi install to work, let me know if you understand whats going on.
The text was updated successfully, but these errors were encountered: