Hi guys,
I am having troubles to install bindings for Jetson Nano. This is my config:
OS: L4T Ubuntu 18.04
CUDA: 10.2
TensorRT: 8.2.1
OpenCV: 4.1.1
GStreamer: 1.14.5
DeepStream: 6.0.1
Docker image: nvcr.io/nvidia/deepstream-l4t:6.0.1-base
I got into GitHub - NVIDIA-AI-IOT/deepstream_python_apps: DeepStream SDK Python bindings and sample applications, which tell me to install python bidings, as describerd at deepstream_python_apps/bindings at master · NVIDIA-AI-IOT/deepstream_python_apps · GitHub.
At section1.4 “Installing Gst-python” it tell me to run ./autogen.sh. It fails as following:
checking for headers required to compile python extensions... not found
configure: error: could not find Python headers
configure failed
It seems the reason is the absence of python3-dev and libpython3-dev. I tried to:
apt install python3-dev libpython3-dev
And it complains:
http://ports.ubuntu.com/ubuntu-ports bionic-updates/main arm64 libpython3.6-dev arm64 3.6.9-1~18.04ubuntu1.6
404 Not Found [IP: 185.125.190.39 80]
In fact, such .deb package is not there (Index of /ubuntu-ports/pool/main/p/python3.6)
What must be done to accomplish this setup for developing with DeepStream?
Thanks in advance,
Flávio Mello