Open flip111 opened 7 years ago
on python 3.6.1 TypeError: a bytes-like object is required, not 'str'
Please confirm my correction: For python version>=3.6 Go to line 456 ---> arg==arg Change it to ---> arg==str(arg)
Please also update packages in requirement-dev.txt file to the current version
Have fun :)
Same error after updating to Paver==1.2.4
using Python 3.6.x
@AmrAbdullatif where should be added your fix?
python 3.6.2