Bonjour,
Je souhaiterais évaluer Dokos, je viens de faire une install standard sur docker.
Lorsque je souhaite installer le module eTransactions j’obtiens le message d’erreur suivant comme si la dépendance akretion/pyfrct était privée sur github alors qu’il semble qu’elle ne le soit pas.
Merci pour votre aide
frappe@2a6b42bb01ec:~/frappe-bench$ bench get-app --branch v5 https://gitlab.com/dokos/etransactions.git
A directory for the application 'etransactions' already exists. Do you want to continue and overwrite it? [y/N]: y
INFO: App moved from apps/etransactions to archived/apps/etransactions-2026-09-03
Getting etransactions
$ git clone https://gitlab.com/dokos/etransactions.git --branch v5 --origin upstream
Cloning into 'etransactions'...
remote: Enumerating objects: 6182, done.
remote: Counting objects: 100% (724/724), done.
remote: Compressing objects: 100% (392/392), done.
remote: Total 6182 (delta 471), reused 523 (delta 321), pack-reused 5458 (from 1)
Receiving objects: 100% (6182/6182), 12.09 MiB | 6.91 MiB/s, done.
Resolving deltas: 100% (4392/4392), done.
Ignoring dependencies of https://gitlab.com/dokos/etransactions.git. To install dependencies use --resolve-deps
Installing etransactions
$ uv pip install --quiet -e /home/frappe/frappe-bench/apps/etransactions --python /home/frappe/frappe-bench/env/bin/python
Ă— Failed to download and build `pyfrctc @ git+https://github.com/akretion/pyfrctc.git@19b7788a304ab72f8cfba13a9218be94818660da`
├─▶ Git operation failed
├─▶ failed to fetch into: /home/frappe/.cache/uv/git-v0/db/e1290e390ae7873e
├─▶ failed to fetch commit `19b7788a304ab72f8cfba13a9218be94818660da`
╰─▶ process didn't exit successfully: `/usr/bin/git fetch --force --update-head-ok 'https://github.com/akretion/pyfrctc.git'
'+19b7788a304ab72f8cfba13a9218be94818660da:refs/commit/19b7788a304ab72f8cfba13a9218be94818660da'` (exit status: 128)
--- stderr
fatal: could not read Username for 'https://github.com': terminal prompts disabled
fatal: expected flush after ref listing
Error occured during app install: uv pip install --quiet -e /home/frappe/frappe-bench/apps/etransactions --python /home/frappe/frappe-bench/env/bin/python