Open zwu0922 opened 1 month ago
The workaround is to install importlib-metadata
, for example with pip install importlib-metadata --prefix=some/prefix
and make sure where the module is installed is in PYTHONPATH
. The installation of the module will be in something like some/prefix/lib/python3.11/site-packages
.
Thanks a lot! The workaround fixes my issue.
It's not completed yet :smile: . This will be fixed in the stack the next time the nightlies are fully built. I keep this open until it is fixed.
Hi,
I'm having problem with importing the awkward module in python with the nightly version 2024-10-16. Here is the error message I received when I attempted to import awkward in python:
Could you please help me fix this issue? Some useful information, including the steps to reproduce the error, can be found below.
Thanks in advance, Zhibo
Import awkward module in python
import awkward