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

cannot complete long list of dependencies. Pillow will not install. #11

Open
cypherstream opened this issue May 12, 2020 · 2 comments
Open

Comments

@cypherstream
Copy link

cypherstream commented May 12, 2020

python3 -m pip install --upgrade Pillow
Collecting Pillow
Using cached Pillow-7.1.2.tar.gz (38.9 MB)
Building wheels for collected packages: Pillow
Building wheel for Pillow (setup.py) ... error
ERROR: Command errored out with exit status 1:
Complete output (155 lines):
'gcc' is not recognized as an internal or external command,
operable program or batch file.

Is it possible to build a windows executable and make this a little easier to install?

@cmnybo
Copy link
Owner

cmnybo commented May 12, 2020

You need to install gcc and add its install location to whatever the equivalent of $PATH is on windows.
Sorry, I can't help with building an executable. I don't use windows.

@cypherstream
Copy link
Author

Yeah if it was Ubuntu/ Debian based I would easily get it with apt-get install. Shoehorning this *nix based environment in Windows is foreign to me. I think I’ll spin up a VM tomorrow and pass through usb.

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

2 participants