I am trying to build a simple custom package with nano_llm as a dependency, but am getting the below error. I tried the simple
jetson-containers build nano_llm
and got the same error.
The error:
Looking in indexes: http://jetson.webredirect.org/jp6/cu122
ERROR: Could not find a version that satisfies the requirement pip (from versions: none)
ERROR: No matching distribution found for pip
+ curl -sS https://bootstrap.pypa.io/pip/3.6/get-pip.py
+ python3.6
/tmp/install_python.sh: line 27: python3.6: command not found
curl: (23) Failure writing output to destination
I am trying to build a simple custom package with nano_llm as a dependency, but am getting the below error. I tried the simple
and got the same error.
The error: