connectors
connectors copied to clipboard
[flashpoint] cannot import name 'Channel' from 'pycti'
Description
Environment
- OS (where OpenCTI server runs): Official flashpoint container docker OCI image
- OpenCTI version: 6.2.17
- OpenCTI client: N/A
- Other environment details:
Reproducible Steps
Steps to create the smallest reproducible scenario:
- Run the container
Expected Output
No error
Actual Output
Traceback (most recent call last):
File "/opt/opencti-connector-flashpoint/flashpoint.py", line 16, in <module>
from pycti import (
ImportError: cannot import name 'Channel' from 'pycti' (/usr/local/lib/python3.11/site-packages/pycti/__init__.py)