speedparser icon indicating copy to clipboard operation
speedparser copied to clipboard

ImportError: cannot import name 'parse'

Open rbatukaev opened this issue 10 years ago • 1 comments

I do everything the same way, as in the tutorial, but get this error on Python 3.4.

rbatukaev avatar May 06 '15 21:05 rbatukaev

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)

tedder avatar Aug 16 '18 05:08 tedder