-
-
Notifications
You must be signed in to change notification settings - Fork 2.2k
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
Can't install Pillow on Ubuntu #7980
Comments
Yeah I see that now. Sorry for the waste of time. |
Hey, it's not showing up in pipx and i can't just install things system-wide in Ubuntu so I'm not sure where it is...
|
No prob! It has been discussed. |
Actually, no. Use
|
Yeah, this is where ubuntu-based linux and python run into problems...you can't use pipx for libraries (i just found this out much to my frustration last week) and you can't do what you suggested either:
This is on Rhino Linux derived from Noble:
|
Oh and if i want to install it system wide with apt it needs to be in a repo. usually that's done with e.g., |
I have it installed in an venv but I really don't know what to do with it to make it so that beets fetchart plugin can use it—the only thing I want to do today. I have imagemagick and figured it would be great to have something else ... and since this was listed as the first option (i.e., ahead of imagemagick), i said, "why not, I've got a couple extra minutes," but I keep running into this problem with python and just give up. I had some discussion on #python3 irc about this issue last week (it was a different library, it doesn't matter which) that were ... contentious about how python3 interacts with users in this environment so I don't know what the answer is but I can't deal with the resultant frustration... |
What command are you using to run the plugin? Edit: From https://github.com/beetbox/beets/blob/3adca9769b68f93bd2d80983125a10ab5e299400/beet#L1, I would conclude that beets uses If you are really at your wits' end, I think |
#7981 has updated the README to link to https://pillow.readthedocs.io/en/latest/installation/basic-installation.html |
Closing this issue as no feedback has been received. |
So I guessed and it did not work. Do you have installation instructions elsewhere as the ones linked from the README.md have no information and thus I cannot get started with your project.
The text was updated successfully, but these errors were encountered: