I need this package for python3 so download it using:
pip install git+https://github.com/mpetazzoni/ptftpd@master
While downloading the file using the get method here it throws following error:
lib/python3.5/site-packages/ptftplib/proto.py", line 139, in createRRQ
struct.error: argument for 's' must be a bytes object
Is this package is ready for python3 or not ?
I need this package for python3 so download it using:
pip install git+https://github.com/mpetazzoni/ptftpd@masterWhile downloading the file using the get method here it throws following error:
lib/python3.5/site-packages/ptftplib/proto.py", line 139, in createRRQstruct.error: argument for 's' must be a bytes objectIs this package is ready for python3 or not ?