ii-pix icon indicating copy to clipboard operation
ii-pix copied to clipboard

Two installation problems

Open oliverschmidt opened this issue 3 years ago • 0 comments

Hi Kris,

Running the command

python precompute_conversion.py

with Python 3.10 on Windows gave me

ModuleNotFoundError: No module named 'networkx'

https://www.colour-science.org/installation-guide/ describes networkx as optional dependency. So it seems networkx needs to be added to the dependencies in your README. I "fixed" that issue by installing networkx. Then the same command gave me

FileNotFoundError: [Errno 2] No such file or directory: 'data/rgb_to_cam16ucs.npy'

Just as a wild guess I manually created a directory data - and voilà - it worked like a charm. It would be great if you could either have that directory created automatically or add it to the installation commands in your README.

Thanks in advance, Oliver

oliverschmidt avatar Dec 27 '21 23:12 oliverschmidt