incapsula-cracker-py3 icon indicating copy to clipboard operation
incapsula-cracker-py3 copied to clipboard

Install issue on python 2.7

Open anonymousobject opened this issue 7 years ago • 1 comments

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?

anonymousobject avatar Oct 02 '17 14:10 anonymousobject

Solution seem to be there https://github.com/ziplokk1/incapsula-cracker-py3/issues/5

dimon222 avatar Oct 02 '17 14:10 dimon222