portal-gun
portal-gun copied to clipboard
Incompatibility with python3 and fabric
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
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.
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?