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

typing_extentions missing from dependencies. #111

Open
coltonbh opened this issue Apr 10, 2024 · 0 comments · May be fixed by #112
Open

typing_extentions missing from dependencies. #111

coltonbh opened this issue Apr 10, 2024 · 0 comments · May be fixed by #112
Labels
unconfirmed This report has not yet been confirmed by the developers

Comments

@coltonbh
Copy link
Contributor

Describe the bug

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'

To Reproduce

conda create -n xtb xtb-python -c conda-forge
>>>  from xtb.interface import Calculator, Param

OR

python -m venv env
source env/bin/activate
pip install xtb
>>>  from xtb.interface import Calculator, Param

Expected behaviour

xtb properly specifies its dependencies and can run after an install.

@coltonbh coltonbh added the unconfirmed This report has not yet been confirmed by the developers label Apr 10, 2024
@coltonbh coltonbh linked a pull request Apr 10, 2024 that will close this issue
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
unconfirmed This report has not yet been confirmed by the developers
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant