Closed
Description
Hiya! Thanks so much for writing this, very useful and makes doing bulk downloads much more seamless than otherwise. Unfortunately at least on my machine it takes some fiddling to get working. Context, I've installed the package into a venv, using python 3.10 and pip 21.3.1. Both of these are installed in the right places in my venv.
When I call from eia import api
, this error occurs: importlib.metadata.PackageNotFoundError
. It gets caught in eia/__init__.py
: __version__ = metadata.version("eia")
. Manually changing this script to reference "pyeia" instead makes it work smoothly, at least for me. Not sure if this issue occurs for other people but wanted to flag it up.
Thanks!
Metadata
Metadata
Assignees
Labels
No labels