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:
Hello,
While trying out the project on my system in a virtual env.
I am encountering following error:
The issue disappears after installing the following package in the virtualenv: