speedparser
speedparser copied to clipboard
ImportError: cannot import name 'parse'
I do everything the same way, as in the tutorial, but get this error on Python 3.4.
Forgot that I fixed this in an open PR, #16. My repo is here; as of today it is py3.7-friendly and the version is bumped to 0.2.1. Install like this:
pip3 install https://github.com/tedder/speedparser/archive/master.zip
(posting because I've googled and found this page, forgetting I'd fixed it)