-
Notifications
You must be signed in to change notification settings - Fork 58
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
ModuleNotFoundError: No module named 'typing_extensions' #299
Comments
Hi, @skieffer! I apologize for the inconvenience, and thanks for the bug report. I'll try to reproduce this myself today or tomorrow, and I'll update this issue based on what I find. Thanks again, |
Without making Pottery depend on `typing_extensions`, Pottery fails to install correctly. Bug first reported here: #299 I used this as an example: https://github.com/tensorflow/tensorflow/blob/4a8d9cf405e5be8cf250f7fa141f2013f395b5fe/tensorflow/tools/pip_package/setup.py#L89 Thanks, @skieffer, for suggesting this fix.
Without making Pottery depend on `typing_extensions`, Pottery fails to install correctly. Bug first reported here: #299 I used this as an example: https://github.com/tensorflow/tensorflow/blob/4a8d9cf405e5be8cf250f7fa141f2013f395b5fe/tensorflow/tools/pip_package/setup.py#L89 Thanks, @skieffer, for suggesting this fix.
Hi, @skieffer. I think you have two options here:
Please try either of these approaches and let me know if it works out for you? Then I'll close this issue. Thanks, |
Great! I used option 1 while I was waiting, and now I've upgraded to v1.0.9, which also works. Thank you! EDIT: I should add that I manually uninstalled |
Hi, this looks like a nice library, but I'm having a little trouble getting started. After
I'm finding that
import pottery
triggers aMaybe
typing_extensions
needs to be included in theinstall_requires
insetup.py
? (I have not used setuptools much, so that is just my guess.)The text was updated successfully, but these errors were encountered: