Skip to content
New issue

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

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

Already on GitHub? # to your account

python error while setuping up the redcanary-response-utils #21

Open
manjava1590 opened this issue Aug 24, 2020 · 0 comments
Open

python error while setuping up the redcanary-response-utils #21

manjava1590 opened this issue Aug 24, 2020 · 0 comments

Comments

@manjava1590
Copy link

getting an error message "No module named Concurrent.futures"

c:\Python27\python.exe process-util.py
Traceback (most recent call last):
File "process-util.py", line 13, in
from cbapi.response import CbEnterpriseResponseAPI
File "c:\Python27\lib\site-packages\cbapi_init_.py", line 12, in
from cbapi.response.rest_api import CbEnterpriseResponseAPI, CbResponseAPI
File "c:\Python27\lib\site-packages\cbapi\response_init_.py", line 9, in
from .rest_api import CbEnterpriseResponseAPI, CbResponseAPI
File "c:\Python27\lib\site-packages\cbapi\response\rest_api.py", line 11, in
from .cblr import LiveResponseSessionManager
File "c:\Python27\lib\site-packages\cbapi\response\cblr.py", line 1, in
from cbapi.live_response_api import CbLRManagerBase, CbLRSessionBase, poll_status
File "c:\Python27\lib\site-packages\cbapi\live_response_api.py", line 18, in
from concurrent.futures import _base, wait
ImportError: No module named concurrent.futures

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

No branches or pull requests

1 participant