letmaik / rawpy

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

rawpy not installing #141

Closed ibusko closed 3 years ago

ibusko commented 3 years ago

Doing a pip install rawpy installs a package that is lacking a lot of stuff:

Python 3.7.10 | packaged by conda-forge | (default, Feb 19 2021, 15:59:12) 
[Clang 11.0.1 ] on darwin
Type "help", "copyright", "credits" or "license" for more information.
>>> import rawpy
>>> dir(rawpy)
['__builtins__', '__cached__', '__doc__', '__file__', '__loader__', '__name__', '__package__', 
'__spec__', 'black_level_correction', 'color_correction_matrix', 'gamma_correction',
 'get_raw_array', 'main', 'math', 'np', 'preview_demosaic', 'process', 'rawpy', 'read', 
'sys', 'white_balance', 'write']
>>> 

I used for this test a pristine conda environment created with conda create --name test python=3.7, to which I only installed rawpy with the pip command above. What am I missing? Or is the PyPi distribution broken somehow?

I am on Mac OS 10.15.7.

ibusko commented 3 years ago

Found the problem. Sorry for using an issue slot....