We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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.
pip install typing_extensions
The text was updated successfully, but these errors were encountered:
It shouldn't be a required dependency, maybe I forgot to remove the import code after experimenting with some features.
import
I'll check this tonight, thanks for your report.
Sorry, something went wrong.
Still happening :) I will create PR for this!
PR published in version v0.4.1.
v0.4.1
No branches or pull requests
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.The text was updated successfully, but these errors were encountered: