dusty-nv / jetson-containers

Machine Learning Containers for NVIDIA Jetson and JetPack-L4T
MIT License
2.36k stars 481 forks source link

jetson-containers build nano_llm pip error #581

Closed bigrobinson closed 3 months ago

bigrobinson commented 3 months ago

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
bigrobinson commented 3 months ago

Error no longer occurring.