7sDream / torrent_parser

A .torrent file parser and creator for both Python 2 and 3

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Missing dependency typing_extensions

alxlive opened this issue · comments

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.

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.

Still happening :) I will create PR for this!

PR published in version v0.4.1.