Gianmarco Brocchi

Results 2 comments of Gianmarco Brocchi

I have tried to install it with `pip`, but I receive this: Using pip 22.2.2 from /home/gianmarco/.local/lib/python3.10/site-packages/pip (python 3.10) [...] Traceback (most recent call last): File "/home/gianmarco/.local/lib/python3.10/site-packages/pip/_vendor/pep517/in_process/_in_process.py", line 363, in...

For other users experiencing the same issue: that was related to `pip`. Upgrading `pip`with ``` python3.10 -m pip install --upgrade pip ``` solved the problem.