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
xtb will not run after an installation using conda or pip because it is missing the typing_extensions dependency.
Traceback (most recent call last):
File "/home/cbh/dev/personal/qcop/script3.py", line 4, in <module>
from xtb.interface import Calculator, Param
File "/home/cbh/.pyenv/versions/miniconda3-4.7.12/envs/xtb2/lib/python3.11/site-packages/xtb/interface.py", line 20, in <module>
from typing_extensions import Literal
ModuleNotFoundError: No module named 'typing_extensions'
Describe the bug
xtb will not run after an installation using
conda
orpip
because it is missing thetyping_extensions
dependency.To Reproduce
OR
python -m venv env source env/bin/activate pip install xtb
Expected behaviour
xtb
properly specifies its dependencies and can run after an install.The text was updated successfully, but these errors were encountered: