Closed diegoferigo closed 2 years ago
I double checked the pip_requirements.txt
used by the downstream project and it was listing the following line:
# ...
adam @ git+https://github.com/ami-iit/ADAM@v0.0.5
Apparently this is no longer valid, and after https://github.com/ami-iit/ADAM/pull/22 the package is also available on PyPI. Therefore, to install tagged versions, it's better to just pip install adam-robotics
. cc @VenusPasandi
Closing.
I just noticed that installing the project with a modern
pip
version produces the following warning:In my case, I was installing the project as part of a longer list specified in a
pip_requirements.txt
file.