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

Call on Windows fails #2

Closed
mrx23dot opened this issue Oct 11, 2023 · 1 comment
Closed

Call on Windows fails #2

mrx23dot opened this issue Oct 11, 2023 · 1 comment

Comments

@mrx23dot
Copy link

mrx23dot commented Oct 11, 2023

python3 -m pip install pycrc
Collecting pycrc
  Downloading pycrc-0.10.0-py3-none-any.whl (33 kB)
Installing collected packages: pycrc
Successfully installed pycrc-0.10.0
λ pycrc
Traceback (most recent call last):
  File "C:\Python37\lib\runpy.py", line 193, in _run_module_as_main
    "__main__", mod_spec)
  File "C:\Python37\lib\runpy.py", line 85, in _run_code
    exec(code, run_globals)
  File "C:\Python37\Scripts\pycrc.exe\__main__.py", line 4, in <module>
  File "C:\Python37\lib\site-packages\pycrc\__init__.py", line 1, in <module>
    import importlib.metadata
ModuleNotFoundError: No module named 'importlib.metadata'

Python 3.7.0

@tpircher
Copy link
Owner

I have updated the requirements in the pyproject.toml file.
You can also manually install importlib.metadata with pip install importlib-metadata or pip3 install importlib-metadata

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

2 participants