letmaik / rawpy

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

--no-binary is not an option #38

Closed kdottiemo closed 6 years ago

kdottiemo commented 6 years ago

Hi there, In trying to install using your directions "install the latest release version from the source repository," I successfully get through all steps up until the pip install of rawpy:

k@Calvin:~/libraw$ pip install rawpy --no-binary :all: .
Usage: /usr/bin/pip install [OPTIONS] PACKAGE_NAMES...

/usr/bin/pip install: error: no such option: --no-binary

I am running Ubuntu 12.04 LTS, 32-bit. Thank you!

letmaik commented 6 years ago

Your version of pip is too old. Also the dot at the end of your command doesn't belong there. Just do pip install rawpy. There's currently a bug in rawpy's source distribution that is fixed in the next release. To work-around that please do pip install cython in advance. This forces re-generation of the C wrapper code.

By the way, is there a specific reason you're on a 32-bit Linux? 12.04 is out of support by now as well.