You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Issue in title, ran the install script successfully but I get this error with any attempt to run it:
Traceback (most recent call last):
File "<frozen runpy>", line 198, in _run_module_as_main
File "<frozen runpy>", line 88, in _run_code
File "C:\Python312\Scripts\dptrp1.exe\__main__.py", line 4, in <module>
File "C:\Python312\Lib\site-packages\dptrp1\cli\dptrp1.py", line 12, in <module>
from dptrp1.dptrp1 import DigitalPaper, find_auth_files, get_default_auth_files
File "C:\Python312\Lib\site-packages\dptrp1\dptrp1.py", line 7, in <module>
import httpsig
File "C:\Python312\Lib\site-packages\httpsig\__init__.py", line 1, in <module>
from pkg_resources import get_distribution, DistributionNotFound
ModuleNotFoundError: No module named 'pkg_resources'
The text was updated successfully, but these errors were encountered:
Issue in title, ran the install script successfully but I get this error with any attempt to run it:
The text was updated successfully, but these errors were encountered: