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

Include typing_extensions in install_requires #301

Merged
merged 2 commits into from Dec 27, 2020
Merged

Conversation

brainix
Copy link
Owner

@brainix brainix commented Dec 27, 2020

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.
@brainix
Copy link
Owner Author

brainix commented Dec 27, 2020

🐟

@brainix brainix merged commit 7e68cd9 into master Dec 27, 2020
@brainix brainix deleted the typing-extensions branch December 27, 2020 01:23
@brainix brainix linked an issue Dec 28, 2020 that may be closed by this pull request
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

Successfully merging this pull request may close these issues.

ModuleNotFoundError: No module named 'typing_extensions'
1 participant