-
-
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
Cannot install from pip on Msys2 mingw64 #7222
Comments
I think #7131 is relevant here:
I think the question there was how to install Pillow in a virtual environment, and the issue was some confusion with PATH. |
@mbasaglia does https://www.msys2.org/docs/python/
resolve the problem for you? If so, we can update our documentation to include that. |
yea |
Thanks. I've created #7224 to resolve this by documenting it. |
What did you do?
I followed the steps in https://pillow.readthedocs.io/en/latest/installation.html
The zlib package (
mingw-w64-x86_64-zlib
) is installed correctly:I ran this command as per the documentation:
$ CFLAGS="-I/mingw64/include" python3 -m pip install --upgrade Pillow --no-binary :all:
What did you expect to happen?
To install correctly
What actually happened?
It failed:
The result is the same with
--no-cache-dir
What are your OS, Python and Pillow versions?
/mingw64/bin/python
)The text was updated successfully, but these errors were encountered: