You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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 achembarpu/pockyt#9 and was able to install it locally using 2.7. Perhaps this change could be implemented in the package?
The text was updated successfully, but these errors were encountered:
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 achembarpu/pockyt#9 and was able to install it locally using 2.7. Perhaps this change could be implemented in the package?
The text was updated successfully, but these errors were encountered: