-
-
Notifications
You must be signed in to change notification settings - Fork 2.3k
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
Pillow setup.py find_library_file logic issue #3244
Comments
The https://github.com/python-pillow/Pillow/blob/5.2.x/setup.py#L736 |
The following warn/todo happened: https://github.com/python-pillow/Pillow/blob/5.2.x/setup.py#L340 |
@tao12345666333 so to be clear, if you install dpkg-dev, installation works fine, and you're just interested in Pillow installation working without that requirement? |
@radarhere yes. I want to find a way install Pillow without |
docker-library/python#305 (comment) says:
It was added back in docker-library/python#310. Does that fix it? |
@hugovk Thanks. It has fixed.
|
What did you do?
Install Pillow by source code
What did you expect to happen?
Install successfully.
What actually happened?
Build error.
What versions of Pillow and Python are you using?
Pillow:
Pillow-5.2.0
Python:
Python 3.7.0
detail see: docker-library/python#305
Because the
library_dirs
lose/usr/lib/x86_64-linux-gnu
or/lib/x86_64-linux-gnu
The text was updated successfully, but these errors were encountered: