incapsula-cracker-py3
incapsula-cracker-py3 copied to clipboard
Install issue on python 2.7
I wasn't able to install incapsula-cracker-py3 on python 2.7. I know this module is meant for python 3, but I think it works on 2.7 still. However, I hit this issue when running pip install incapsula-cracker-py3
:
TypeError: 'package' must be a string (dot-separated), list, or tuple
I modified setup.py as suggested from https://github.com/arvindch/pockyt/issues/9 and was able to install it locally using 2.7. Perhaps this change could be implemented in the package?
Solution seem to be there https://github.com/ziplokk1/incapsula-cracker-py3/issues/5