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
{{ message }}
This repository has been archived by the owner on Nov 4, 2024. It is now read-only.
Successfully built and installed, but failed to check riscv_isac --help :
➜ ~ riscv_isac --help
Traceback (most recent call last):
File "~/.pyenv/versions/3.12.0/lib/python3.12/importlib/metadata/__init__.py", line 397, in from_name
return next(cls.discover(name=name))
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
StopIteration
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "~/.pyenv/versions/latest/bin/riscv_isac", line 33, in<module>
sys.exit(load_entry_point('riscv-isac==0.18.0', 'console_scripts', 'riscv_isac')())
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "~/.pyenv/versions/latest/bin/riscv_isac", line 22, in importlib_load_entry_point
forentry_pointin distribution(dist_name).entry_points
^^^^^^^^^^^^^^^^^^^^^^^
File "~/.pyenv/versions/3.12.0/lib/python3.12/importlib/metadata/__init__.py", line 861, in distribution
return Distribution.from_name(distribution_name)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "~/.pyenv/versions/3.12.0/lib/python3.12/importlib/metadata/__init__.py", line 399, in from_name
raise PackageNotFoundError(name)
importlib.metadata.PackageNotFoundError: No package metadata was found for riscv-isac
Does anybody meet the same error messages?
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Successfully built and installed, but failed to check
riscv_isac --help
:Does anybody meet the same error messages?
The text was updated successfully, but these errors were encountered: