-
Notifications
You must be signed in to change notification settings - Fork 167
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
PyPi release is outdated which causes JSON decode error on Google Colab #45
Comments
This error came after cloning: |
Thanks a lot! |
Ok half of the issues are now just people asking for a new PyPi release. |
This is still a thing and its an annoying thing |
since they are not updating.. changed removed google_trans_new from and so my original import from code can stay the same.. working on heroku now :) |
Can you tell me where the requirements.txt file is? I am unable to locate it when I cloned the repo (it isn't in the file list). |
requirements.txt is a file i have in my repo, heroku pip installs all of them prior to running my code |
Google trans new does not work in Google Colab when installed through pypi
input:
error:
I think the package is not updated on pypi, the latest release dates from dec 2020, while your latest commit is from 17 days ago.
This can be temporarily solved by doing
A new pypi release might fix all the issues
The text was updated successfully, but these errors were encountered: