pytoport
pytoport copied to clipboard
ImportError: cannot import name request
After successful installation of 'pytoport' into virtual environment I still can't call 'pytoport' from console. Following error rises: http://pastebin.com/gaDwDepU
And here is the log of installation process (via jenkins): http://pastebin.com/TikSpmy7
Ah, you are installing the alpha version from master I see.
Looks like a missing dep declaration, will investigate.
Oh, you are trying to run it via Python 2.7. The code is only compatible with Python 3! I'll add some checks to make it not even try on Python 2.
yup, I'm trying to use it with python 2.7 thanks for explanation
Derp, can't close yet, haven't added the checks. :smile: