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

Not Compatible with Python 3.7 #36

Closed
saulshanabrook opened this issue Sep 14, 2018 · 4 comments
Closed

Not Compatible with Python 3.7 #36

saulshanabrook opened this issue Sep 14, 2018 · 4 comments

Comments

@saulshanabrook
Copy link

Traceback (most recent call last):
  File "uarray.py", line 1, in <module>
    import matchpy
  File "/usr/local/miniconda3/envs/uarray/lib/python3.7/site-packages/matchpy/__init__.py", line 5, in <module>
    from . import expressions
  File "/usr/local/miniconda3/envs/uarray/lib/python3.7/site-packages/matchpy/expressions/__init__.py", line 4, in <module>
    from . import expressions
  File "/usr/local/miniconda3/envs/uarray/lib/python3.7/site-packages/matchpy/expressions/expressions.py", line 54, in <module>
    from typing import (Callable, Iterator, List, NamedTuple, Optional, Set, Tuple, TupleMeta, Type, Union)
ImportError: cannot import name 'TupleMeta' from 'typing' (/usr/local/miniconda3/envs/uarray/lib/python3.7/typing.py)

See RussBaz/enforce#71 and https://github.com/ilevkivskyi/typing_inspect/blob/168fa6f7c5c55f720ce6282727211cf4cf6368f6/typing_inspect.py#L16-L24

@saulshanabrook
Copy link
Author

Ah I see this was fixed in #34. Could you release a new version with this fix?

@hbarthels
Copy link
Contributor

I will as soon as possible.

@hbarthels
Copy link
Contributor

Done.

@saulshanabrook
Copy link
Author

@henrik227 Thank you :)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants