pytoport icon indicating copy to clipboard operation
pytoport copied to clipboard

ImportError: cannot import name request

Open samriang opened this issue 9 years ago • 4 comments

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

samriang avatar Jan 13 '16 13:01 samriang

Ah, you are installing the alpha version from master I see.

Looks like a missing dep declaration, will investigate.

bbqsrc avatar Jan 13 '16 22:01 bbqsrc

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.

bbqsrc avatar Jan 13 '16 22:01 bbqsrc

yup, I'm trying to use it with python 2.7 thanks for explanation

samriang avatar Jan 14 '16 10:01 samriang

Derp, can't close yet, haven't added the checks. :smile:

bbqsrc avatar Jan 29 '16 05:01 bbqsrc