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

Can't install even when Pillow is installed #41

Closed
igalfsg opened this issue Dec 12, 2017 · 5 comments
Closed

Can't install even when Pillow is installed #41

igalfsg opened this issue Dec 12, 2017 · 5 comments

Comments

@igalfsg
Copy link

igalfsg commented Dec 12, 2017

I can't installed it even when pillow is already installed
c:\users\igal\appdata\local\programs\python\python36\python.exe -u -c "import setuptools, tokenize;file='C:\Users\igal\AppData\Local\Temp\pip-build-l7ov0265\Pillow\setup.py';f=getattr(tokenize, 'open', open)(file);code=f.read().replace('\r\n', '\n');f.close();exec(compile(code, file, 'exec'))" install --record C:\Users\igal\AppData\Local\Temp\pip-rraf97nf-record\install-record.txt --single-version-externally-managed --compile" failed with error code 1 in C:\Users\igal\AppData\Local\Temp\pip-build-l7ov0265\Pillow\

@rhgrant10
Copy link
Owner

What command are you running? Also, just a heads up, I'm close to releasing a new version and one of the changes is I've dropped the dependency on pillow.

@igalfsg
Copy link
Author

igalfsg commented Dec 13, 2017

I did pip install GroupyAPI. but if you are releasing the fix soon I'll just wait it out :) thanks

@xac1d
Copy link

xac1d commented Dec 15, 2017

Same issue here. waiting for new version.

@rhgrant10
Copy link
Owner

@xac1d sorry to hear. I've just finished reverse-engineering the gallery endpoint so hopefully I can get this out the door by end of weekend.

Part of me is very curious why pip is trying to re-install a package when it's already installed. Not sure what would cause that.

@rhgrant10
Copy link
Owner

rhgrant10 commented Dec 15, 2017

You should be able to get v0.8.0 on PyPI now. No more Pillow dependency :)

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

3 participants