Python Forum

Full Version: Unexpected error
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
I tried installing the pyentropy package (http://robince.github.io/pyentropy/install.html) but after i run the python setup.py install command (I have python 3.6.6) I get the following error:

Error:
Traceback (most recent call last): File "setup.py", line 2, in <module> import pyentropy File "/home/tzikos/pyentropy-0.4.1/pyentropy/__init__.py", line 29, in <module> from systems import DiscreteSystem, SortedDiscreteSystem ModuleNotFoundError: No module named 'systems'
Can anyone please help me?
This newest package download dates back to 2011 7 yeas old. you may want to try other packages
see: https://pypi.org/search/?q=Entropy