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

Missing dependency typing_extensions #11

Closed
alxlive opened this issue Mar 9, 2022 · 3 comments
Closed

Missing dependency typing_extensions #11

alxlive opened this issue Mar 9, 2022 · 3 comments

Comments

@alxlive
Copy link

alxlive commented Mar 9, 2022

When I tried to import the torrent parser module, I got the following error:

ModuleNotFoundError: No module named 'typing_extensions'

I fixed it by running pip install typing_extensions. You probably need to add it as a dependency.

@7sDream
Copy link
Owner

7sDream commented Mar 10, 2022

It shouldn't be a required dependency, maybe I forgot to remove the import code after experimenting with some features.

I'll check this tonight, thanks for your report.

@junwoo091400
Copy link
Contributor

Still happening :) I will create PR for this!

@7sDream
Copy link
Owner

7sDream commented Jul 21, 2022

PR published in version v0.4.1.

@7sDream 7sDream closed this as completed Jul 21, 2022
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

3 participants