portal-gun icon indicating copy to clipboard operation
portal-gun copied to clipboard

Incompatibility with python3 and fabric

Open yqmmm opened this issue 6 years ago • 2 comments

Hello Coderik,

I love your repo, great name too. But I've found some problems.

First, this package is incompatible with Python3 because of some incorrect import sentence. (You can't use implicit relative in python3 ). Also, the Fabric package has updated to version 2 and changed a lot.

Thank you

yqmmm avatar Sep 19 '18 06:09 yqmmm

Thanks for the feedback! As of the time of the last release Fabric 2 was still in development and Fabric 1 is Python 2 only. I hope to finish migration soon.

Coderik avatar Dec 25 '18 13:12 Coderik

To install the correct version of Fabric I had to: pip install fabric==1.14.1

Maybe something that can be fixed in the dependencies list?

lgov avatar Feb 23 '19 19:02 lgov