[go: up one dir, main page]

pip and pipx repo not in synch with git

Just heads up regading the install instruction on https://woob.tech/install
Instal with : pipx install woob
Run : woob bank
I got the error : ModuleNotFoundError: No module named 'woob_applications'

Tried install with a venv(ed) : pip install woob
This leads to the same error, which is already fixed checking the bug reports.

Installed woob using git clone https://gitlab.com/woob/woob.git
In a new a venv(ed) ran : cd woob;$path_to_venv/bin/pip install .
I do not experiment this error any more.

observed from a Ubuntu 24.04.1 LTS

Edited by frederic abel