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 am having trouble using this package. I did run pip install incapsula-cracker-py3.
Then I got error: Traceback (most recent call last): File "/opt/pycharm/helpers/pydev/pydevd.py", line 1599, in <module> globals = debugger.run(setup['file'], None, None, is_module) File "/opt/pycharm/helpers/pydev/pydevd.py", line 1026, in run pydev_imports.execfile(file, globals, locals) # execute the script File "/opt/pycharm/helpers/pydev/_pydev_imps/_pydev_execfile.py", line 18, in execfile exec(compile(contents+"\n", file, 'exec'), glob, loc) File "/home/Projects/PyCharmProjects/untitled/blueMonitor.py", line 1, in <module> from incapsula import IncapSession ImportError: cannot import name 'IncapSession'
Can you please advise what else I need to do other than pip install?
The text was updated successfully, but these errors were encountered:
I am having trouble using this package. I did run
pip install incapsula-cracker-py3
.Then I got error:
Traceback (most recent call last): File "/opt/pycharm/helpers/pydev/pydevd.py", line 1599, in <module> globals = debugger.run(setup['file'], None, None, is_module) File "/opt/pycharm/helpers/pydev/pydevd.py", line 1026, in run pydev_imports.execfile(file, globals, locals) # execute the script File "/opt/pycharm/helpers/pydev/_pydev_imps/_pydev_execfile.py", line 18, in execfile exec(compile(contents+"\n", file, 'exec'), glob, loc) File "/home/Projects/PyCharmProjects/untitled/blueMonitor.py", line 1, in <module> from incapsula import IncapSession ImportError: cannot import name 'IncapSession'
Can you please advise what else I need to do other than
pip install
?The text was updated successfully, but these errors were encountered: