Skip to content

Fix dependencies issue

Gabriele De Blasi requested to merge wip-manifest into master

Some python version (e.g. v3.9.18) has issues when installing dependencies. Seems to be related to pep-517.

Indeed, using pip install --use-pep517 . dependencies are installed correctly.

Here is an alternative solution to fix the issue.

Edited by Gabriele De Blasi

Merge request reports