Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

CBAPI issue with python 3.11 version #322

Open
hassan-88 opened this issue Feb 23, 2023 · 0 comments
Open

CBAPI issue with python 3.11 version #322

hassan-88 opened this issue Feb 23, 2023 · 0 comments
Assignees
Labels

Comments

@hassan-88
Copy link

I am seeing this behaviour using the CBAPI with python 3.11:

  • OS: Kali linux
  • Carbon Black Product: EDR Response
  • Python Version: 3.11

Describe the bug
We installed the CBAPI package on our instance and we are using the "Sensor_export.py" provided by CarbonBlack developper.
We noticed that using python3.10 can launch the script correctly but using python 3.11 generate the error below.

Traceback (most recent call last):
File "/home/kali/.local/bin/CarbonBlack/sensor_export_cst.py", line 5, in
from cbapi.response.models import Sensor
ModuleNotFoundError: No module named 'cbapi'

https://github.com/carbonblack/cbapi-python/blob/master/examples/response/sensor_export.py

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants