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

[BUG] typing_extensions not found when trying to install graspologic from dev branch #983

Closed
j1c opened this issue Sep 8, 2022 · 0 comments · Fixed by #999
Closed

[BUG] typing_extensions not found when trying to install graspologic from dev branch #983

j1c opened this issue Sep 8, 2022 · 0 comments · Fixed by #999
Labels
bug Something isn't working

Comments

@j1c
Copy link
Collaborator

j1c commented Sep 8, 2022

Expected Behavior

Installs all dependency

Actual Behavior

For some reason, typing_extensions isn't being installed as dependency. I will have to check but I believe its a dependency in beartype

Full Traceback

>>> import graspologic
Traceback (most recent call last):
  File "<stdin>", line 1, in <module>
  File "/Users/j1c/miniconda3/envs/test/lib/python3.9/site-packages/graspologic/__init__.py", line 5, in <module>
    import graspologic.cluster
  File "/Users/j1c/miniconda3/envs/test/lib/python3.9/site-packages/graspologic/cluster/__init__.py", line 4, in <module>
    from .autogmm import AutoGMMCluster
  File "/Users/j1c/miniconda3/envs/test/lib/python3.9/site-packages/graspologic/cluster/autogmm.py", line 20, in <module>
    from typing_extensions import Literal
ModuleNotFoundError: No module named 'typing_extensions'

Your Environment

  • Python version: 3.9
  • graspologic version: 2.0

Additional Details

This happens with pypi release and current dev branch

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant