Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Implicit dependency on setuptools(No module named 'pkg_resources') #76

Open
AmeyaVS opened this issue Sep 4, 2024 · 1 comment
Open

Comments

@AmeyaVS
Copy link

AmeyaVS commented Sep 4, 2024

Hello,

While trying out the project on my system in a virtual env.
I am encountering following error:

Traceback (most recent call last):
  File "/home/ameya/venvs/bin/amodem", line 5, in <module>
    from amodem.__main__ import _main
  File "/home/ameya/venvs/lib/python3.12/site-packages/amodem/__main__.py", line 9, in <module>
    import pkg_resources
ModuleNotFoundError: No module named 'pkg_resources'

The issue disappears after installing the following package in the virtualenv:

pip install setuptools
@AmeyaVS
Copy link
Author

AmeyaVS commented Sep 4, 2024

I also see that the PR #67 updates the setuptools dependency in the CI.
But it also needs to be added to the setup.py for the dependency when trying to install the tool using pip.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant