-
I am trying to run the ADALM-PLUTO project. When I type "sudo pip install .", I have the following error. How should I fix this? `chaohwa@chaohwa-ThinkPad-Edge-E540:~/zynq_timestamping/python_tools$ sudo pip install .
|
Beta Was this translation helpful? Give feedback.
Replies: 2 comments
-
The setuptools has to be version 61 or later. The setuptools version I have is 59.6. The short hack is to edit pyproject.toml to change the minimum requirement under 59. |
Beta Was this translation helpful? Give feedback.
-
The above is run on Ubuntu 18.04. When you run Ubuntu 20.04, you won't have this issue. |
Beta Was this translation helpful? Give feedback.
The setuptools has to be version 61 or later. The setuptools version I have is 59.6. The short hack is to edit pyproject.toml to change the minimum requirement under 59.