Aaron Soellinger

Results 6 comments of Aaron Soellinger

This doesn't work in the packages install with the following commands: ```bash $ python3.8 -m pip install colour $ python3.8 -m pip install git+https://github.com/vaab/colour@master $ python3.8 -m pip install git+https://github.com/vaab/colour...

Actually, scratch that. The only reason that it worked was because I was cd'd into the colour/ directory and thus the Color.py module was in my Path. I think that...

I actually question the usage of `colour` as a dependency at all. The last time colour was updated was 2017 and the package itself on github is structured incorrectly. I...

I forgot to update this. I upon further investigation, the problem was that I am also using a package called colour-science. https://www.colour-science.org/ Unfortunately, they both have the package name `colour`...

One way, potentially you will not like because it will break some of the existing code using pymvg. This just requires the user of pymvg.find3d to input the same data...