Closed oliverschmidt closed 1 year ago
Thanks for the bug report, and sorry I missed this - my github notifications were disabled for some reason :(
1) was fixed a while back, there's now a requirements.txt
that should cover installing dependencies (pip install -r requirements.txt
. Installation instructions have also been updated.
2) I'll fix this one shortly
Thanks :-)
Hi Kris,
Running the command
with Python 3.10 on Windows gave me
1.
https://www.colour-science.org/installation-guide/ describes
networkx
as optional dependency. So it seemsnetworkx
needs to be added to the dependencies in your README. I "fixed" that issue by installingnetworkx
. Then the same command gave me2.
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