Bonjour,
Suite au passage à la dernière version de Kresus avec docker, le container tourne en boucle.
[ENTRYPOINT] Updating Woob dependencies...
python: can't open file './setup.py': [Errno 2] No such file or directory
[ENTRYPOINT] Starting with UID : 0
usermod: no changes
[ENTRYPOINT] Setting fake values for git config...
[ENTRYPOINT] Updating woob...
Already up to date.
[ENTRYPOINT] Done updating.
[ENTRYPOINT] Updating Woob dependencies...
python: can't open file './setup.py': [Errno 2] No such file or directory
[ENTRYPOINT] Starting with UID : 0
Il cherche setup.py dans woob semble-t’il mais il n’est pas présent.
root@VM-DOCKER:/opt/kresus/woob# ls
AUTHORS contrib COPYING.LESSER icons modules README.rst setup.cfg tools woob
ChangeLog COPYING docs man pyproject.toml requirements-dev.txt tests weboob
Comment puis-je résoudre ce problème ?
Merci
