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
On Windows 10, I encounter the following error when running Semantra.
Does anybody know what it might be due to?
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:\users\sudoa\.local\bin\semantra.exe\__main__.py", line 4, in <module>
File "C:\Users\sudoa\pipx\venvs\semantra\Lib\site-packages\semantra\semantra.py", line 9, in <module>
import pkg_resources
ModuleNotFoundError: No module named 'pkg_resources'
I tried installing pkg-resources with pip and pipx
pip install pkg-resources
Bu they both fail, reporting:
ERROR: Could not find a version that satisfies the requirement pkg-resources (from versions: none)
ERROR: No matching distribution found for pkg-resources
Reading online I found some suggestions, but they do not seem to make any difference:
pip uninstall pkg-resources==0.0.0
pip install --upgrade pip
I am running
Python 3.12.3
I have followed the suggested procedure for installing, and restarted windows a few times to make sure that path variables are updated.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
On Windows 10, I encounter the following error when running Semantra.
Does anybody know what it might be due to?
I tried installing pkg-resources with pip and pipx
pip install pkg-resources
Bu they both fail, reporting:
ERROR: Could not find a version that satisfies the requirement pkg-resources (from versions: none)
ERROR: No matching distribution found for pkg-resources
Reading online I found some suggestions, but they do not seem to make any difference:
pip uninstall pkg-resources==0.0.0
pip install --upgrade pip
I am running
Python 3.12.3
I have followed the suggested procedure for installing, and restarted windows a few times to make sure that path variables are updated.
Thanks for any advice!
Beta Was this translation helpful? Give feedback.
All reactions