piwheels / packages

Issue tracker for piwheels package issues
https://github.com/piwheels/packages/issues
20 stars 5 forks source link

PyEcoLib #178

Closed oghale-trust closed 3 years ago

oghale-trust commented 3 years ago

Package name: PyEcoLib Link to PyPI page: https://pypi.org/project/PyEcoLib/ Link to piwheels page: https://piwheels.org/project/PyEcoLib/ Version: 1.0.12 Python version: 3.5 I am the maintainer: No More information:

Please use code blocks where appropriate:

from examples.SizeStatistics import SizeStatistics
---------------------------------------------------------------------------
ModuleNotFoundError                       Traceback (most recent call last)
<ipython-input-12-464420bf050b> in <module>
----> 1 from examples.SizeStatistics import SizeStatistics

ModuleNotFoundError: No module named 'examples.SizeStatistics'
bennuttall commented 3 years ago

According to their PyPI page, this package requires Python >=3.6

https://pypi.org/project/PyEcoLib/

We have builds for 3.7 which is in Buster (Debian stable), so I'd suggest you use that.

oghale-trust commented 3 years ago

yes, that was an error on my own side. my python version is 3.8.5 not 3.5

bennuttall commented 3 years ago

As per the homepage and FAQs, we only build for versions of Pythion in Debian releases (so 3.5 and 3.7 currently).