Skip to content

Git checkout: ModuleNotFoundError: No module named 'octobot_commons' #3563

Description

@blueyed

I am trying to run Octobot from a Git checkout.

I've followed https://www.octobot.cloud/en/guides/octobot-installation/install-octobot-with-python-and-git?utm_source=github&utm_medium=dk&utm_campaign=regular_open_source_content&utm_content=readme_python_installation, but used a virtualenv.

When trying to run it, or install tentacles I am getting an error:

python3 start.py tentacles --install --all
Traceback (most recent call last):
File "/home/daniel/src/OctoBot/octobot/cli.py", line 27, in
import octobot_commons.os_util as os_util
ModuleNotFoundError: No module named 'octobot_commons'
Error importing OctoBot dependencies, please install OctoBot with the [full] option. Example: "pip install -U octobot[full]" (Error: ModuleNotFoundError: No module named 'octobot_commons')

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

Labels

Type

No type

Projects

No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions