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
{{ message }}
This repository was archived by the owner on Feb 3, 2026. It is now read-only.
I recently tried to run Octobot (from git & python & pip).
I had issues when doing the cython build of some dependencies, so I started checking the various subpackages one by one, including this one.
I m posting this issue because I might be doing something unexpected in my local setup...
venv/bin/python demo.py
Traceback (most recent call last):
File "/opt/Projects/OctoBot-Backtesting/demo.py", line 23, in <module>
from tentacles import ExchangeHistoryDataCollector, ExchangeLiveDataCollector
ModuleNotFoundError: No module named 'tentacles'
I dont understand how to test this packages with (or independently of) others...
Is tentacles something that I am supposed to install, but that is not in requirements ?
Thanks for any hint on how to setup up my octobot debugging environment.