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
There appears to be a missing dependency, since I see this error when trying to run xortool on a fresh install using pip:
Traceback (most recent call last):
File "/Library/Frameworks/Python.framework/Versions/3.12/bin/xortool", line 5, in <module>
from xortool.tool_main import main
File "/Library/Frameworks/Python.framework/Versions/3.12/lib/python3.12/site-packages/xortool/__init__.py", line 1, in <module>
from importlib_metadata import version
ModuleNotFoundError: No module named 'importlib_metadata'
The text was updated successfully, but these errors were encountered:
There appears to be a missing dependency, since I see this error when trying to run xortool on a fresh install using pip:
The text was updated successfully, but these errors were encountered: