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
According the documentation, installation should follow the step :
"cd surveyor
python setup.py"
This is unclear documentation and "python setup.py build" or "python setup.py install" even if success when requirement are met, surveyor.py will failed to executed without error.
Please document the steps and advise.
What side of Surveyor is impacted?
Definition File
[X ] Code/Logic
Other (please explain)
What product is impacted?
[ X] All Products
Carbon Black Response
Carbon Black Threat Hunter
Defender for Endpoints
SentinelOne
Cortex
Other
Steps to reproduce
What did you do?
What is the command line you're running that is causing the error?
Documented steps will cause python errors.
Tested with multiple python versions>3.9
No success.
Most recurrent error message with surveyor.py:
"SCHEMA_IOCV2 = Schema(
NameError: name 'Schema' is not defined"
Expected behavior
A clear and concise description of what you expected to happen.
Screenshots
If applicable, add screenshots to help explain your problem.
Additional context
Appears to mixed outdid python modules.
The text was updated successfully, but these errors were encountered:
Describe the bug
According the documentation, installation should follow the step :
"cd surveyor
python setup.py"
This is unclear documentation and "python setup.py build" or "python setup.py install" even if success when requirement are met, surveyor.py will failed to executed without error.
Please document the steps and advise.
What side of Surveyor is impacted?
What product is impacted?
Steps to reproduce
What did you do?
What is the command line you're running that is causing the error?
Documented steps will cause python errors.
Tested with multiple python versions>3.9
No success.
Most recurrent error message with surveyor.py:
"SCHEMA_IOCV2 = Schema(
NameError: name 'Schema' is not defined"
Expected behavior
A clear and concise description of what you expected to happen.
Screenshots
If applicable, add screenshots to help explain your problem.
Additional context
Appears to mixed outdid python modules.
The text was updated successfully, but these errors were encountered: