You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
My PR (#16) hasn't been accepted after almost 3 years, but it patches this issue. Just put this in your requirements.txt (or pass to pip3 install) instead of "speedparser".
I get import error while trying it importing:
I've checked
__init__.py
and if change first line tofrom .speedparser import parse
it will fix import error, however later it throw another error:And it's look like it python 2 module, at least there a few libraries:
https://pypi.org/project/urlparse2/
https://pypi.org/project/urlparse3/
https://pypi.org/project/urlparse4/
but all of them only for python 2.
The text was updated successfully, but these errors were encountered: