-
Notifications
You must be signed in to change notification settings - Fork 346
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
cannot install uwsgi from pypi on neither Ubuntu 18.04 nor 20.04 - cannot find -lintl #469
Comments
Encountering exact same issue on Ubuntu 18.04 with following Python & pip:
|
I don't see anything in uwsgi linking against gettext, is it libxml2? What does Uhm it well maybe your python, is it the ubuntu one? Pretty sure the 18.04 one is not a stock one This is python3.8 from debian sid:
Stock python3 from ubuntu 18.04:
|
Upgrading python to 3.9.7 solved the problem for me. I am using a Mac. |
Python & pip versions:
Output when trying to install uwsgi:
Looking for packages that contains the missing
intl
library:... no such package.
Very Ugly Workaround™:
Try again:
Therefore the problem is that there is no package on Ubuntu 20.04 that contains exactly
libintl.so
, a compatiblepreloadable_libintl.so
is available instead. Could the setup of uwsgi accomodate that?In either case, it's not like uwsgi is not Ubuntu-20.04-ready, or Ubuntu 20.04 is not uwsgi-ready, because I think uwsgi is available in official Ubuntu repositories. Not sure what patch they use to enable it though.
The text was updated successfully, but these errors were encountered: