letmaik / rawpy

📷 RAW image processing for Python, a wrapper for libraw
https://pypi.python.org/pypi/rawpy
MIT License
613 stars 68 forks source link

Could not build wheels for rawpy #120

Closed JarrodOlivier closed 4 years ago

JarrodOlivier commented 4 years ago

After running pip install rawpy: DEPRECATION: Could not build wheels for rawpy which do not use PEP 517. pip will fall back to legacy 'setup.py install' for these. pip 21.0 will remove support for this functionality. A possible replacement is to fix the wheel build issue reported above. You can find discussion regarding this at https://github.com/pypa/pip/issues/8368.

letmaik commented 4 years ago

End-users are not supposed to build wheels. If the published wheels don't work for you then you're on an unsupported platform. Could you cross-check that with the README and the files published on PyPI?

JarrodOlivier commented 4 years ago

Yes, I saw in a prior issue (#119) that python 64 bit is required and it worked