Skip to content
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

pip --user install #6

Closed
darked89 opened this issue Aug 12, 2022 · 2 comments
Closed

pip --user install #6

darked89 opened this issue Aug 12, 2022 · 2 comments

Comments

@darked89
Copy link

darked89 commented Aug 12, 2022

Hello,

I did:

pip install tagore --user

This puts tagore in ~/.local/bin.

Running it I got a following error:

Could not open /usr/lib/tagore-data/base.svg.p.  Please reinstall tagore
Traceback (most recent call last):
  File "/home/darked89/.local/bin/tagore", line 242, in <module>
    raise base_e
  File "/home/darked89/.local/bin/tagore", line 239, in <module>
    BASE = open(BASE_PATH, 'rb')
FileNotFoundError: [Errno 2] No such file or directory: '/usr/lib/tagore-data/base.svg.p'

But I do have the missing file in my home dir installation:
$HOME/.local/lib/tagore-data/base.svg.p

IMHO it is a bug since not on all systems we have root/sudo and moving bed files back and forth can be quite cumbersome.

Hope it helps,

Darek Kedra

EDIT
BTW, the system wide install puts the file in question here: /usr/local/lib/tagore-data/base.svg.p

@m-makarious
Copy link

Having this same issue, unfortunately - any updates?

@ar0ch
Copy link
Member

ar0ch commented Dec 23, 2022

@m-makarious @darked89 better late than never, just released 1.1.2 which should solve this

@ar0ch ar0ch closed this as completed Dec 23, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants