```
WARNING: Missing build requirements in pyproject.toml for file:///home/graffy/work/simpaweb/cocluto.git.
WARNING: The project does not specify a build backend, and pip cannot fall back to setuptools without 'wheel'.
```
work related to [https://bugzilla.ipr.univ-rennes.fr/show_bug.cgi?id=3093]
eg problem visible with the command:
> /usr/bin/python3 -m pip install --root=/ git+https://git.ipr.univ-rennes.fr/cellinfo/cocluto to
then:
```sh
root@alambix50:~# quman
Traceback (most recent call last):
File "/usr/local/bin/quman", line 5, in <module>
from cocluto.quman import main
File "/usr/local/lib/python3.11/dist-packages/cocluto/quman.py", line 13, in <module>
from cocluto.ClusterController.QstatParser import QstatParser
```
work related to [https://bugzilla.ipr.univ-rennes.fr/show_bug.cgi?id=3093]