Closed araichev closed 6 years ago
same here with python 3.4.3, 3.5.0, 3.6.0a2, 3.7.0a2
env: bash on ubuntu on windows 10
tried spectra 0.0.8, 0.0.6
update as mentioned in https://github.com/jsvine/spectra/issues/8 i forced networkx back to 1.11 and it seems to work again.
$ pip3 uninstall networkx
$ pip3 install "networkx==1.11"
Thanks for reporting this. As you've observed via #8, this problem stems from an incompatibility of colormath==2.1.1
and networkx==2.0
. Given that the colormath
fix still hasn't been pushed to PyPi, I've gone ahead and pushed a new release of spectra
(0.0.9
), which pins the colormath
and networkx
requirements to the most recent compatible versions.
Running pip install -U spectra
should now resolve the problem. Let me know if it doesn't.
Works for me. Thanks.
Just installed Spectra 0.0.8, but couldn't import it. Am i doing something wrong here?