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

Can't install/run - missing "pkg_resources" #149

Open
snorlaxjones opened this issue Nov 19, 2023 · 2 comments
Open

Can't install/run - missing "pkg_resources" #149

snorlaxjones opened this issue Nov 19, 2023 · 2 comments

Comments

@snorlaxjones
Copy link

snorlaxjones commented Nov 19, 2023

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'
@esc430
Copy link

esc430 commented Jan 29, 2024

I am getting the same issue. Running Windows 10 on a laptop machine with Python 23.3.2 here. Any guidance would be much appreciated.

@vcyriac
Copy link

vcyriac commented Mar 3, 2024

Run pip install setuptools first then try registering using dptrp1 register

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

3 participants