-
Notifications
You must be signed in to change notification settings - Fork 19
Closed
Description
When installing on a clean system using pip install esutil the installation goes fine, but the package cannot be imported.
The error is:
root@836b9e6d53c4:/# python3 -c 'import esutil'
Traceback (most recent call last):
File "<string>", line 1, in <module>
File "/usr/local/lib/python3.10/dist-packages/esutil/__init__.py", line 104, in <module>
from . import integrate
ImportError: cannot import name 'integrate' from partially initialized module 'esutil' (most likely due to a circular import) (/usr/local/lib/python3.10/dist-packages/esutil/__init__.py)
Steps to replicate (using Ubuntu docker image as an example, just to have a clean system - but it manifests on other distributions as well):
docker run -it ubuntu
> apt update
> apt install python3-pip
> pip3 install esutil
> python3 -c 'import esutil'
Metadata
Metadata
Assignees
Labels
No labels