Python Forum
Unexpected error - Printable Version

+- Python Forum (https://python-forum.io)
+-- Forum: Python Coding (https://python-forum.io/forum-7.html)
+--- Forum: General Coding Help (https://python-forum.io/forum-8.html)
+--- Thread: Unexpected error (/thread-14035.html)



Unexpected error - Tzikos - Nov-12-2018

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?


RE: Unexpected error - Larz60+ - Nov-12-2018

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