-
Notifications
You must be signed in to change notification settings - Fork 9
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 installation #5
Comments
is version 1.1.1 available via pip install? |
Not yet, since I don't believe it actually addresses the issue. There's unfortunately some ambiguity in setuptools on where data_files will wind up, so I'll need make some further adjustments. |
works for google colab: |
That won't necessarily be the install path in all installs like, e.g., a venv or conda env. Or when it's pip installed with --user. |
@cappelchi better late than never, just released 1.1.2 which should solve this |
I installed tagore & librsvg2 on google colab and got:
Could not open /usr/lib/tagore-data/base.svg.p. Please reinstall tagore
Traceback (most recent call last):
File "/usr/local/bin/tagore", line 242, in
raise base_e
File "/usr/local/bin/tagore", line 239, in
BASE = open(BASE_PATH, 'rb')
FileNotFoundError: [Errno 2] No such file or directory: '/usr/lib/tagore-data/base.svg.p'.
Folder /usr/lib/tagore-data/ does not exist.
Reinstallation doesn't help.
The text was updated successfully, but these errors were encountered: