trt_pose icon indicating copy to clipboard operation
trt_pose copied to clipboard

Additional dependencies required for "Step 1 - Install Dependencies"

Open AndrewBarfield opened this issue 4 years ago • 0 comments

Machine: Jetson Xavier NX (literally just out of the box)

I had to run this between step 2 and step 3 of "Step 1 - Install Dependencies":

sudo apt-get install libjpeg-dev zlib1g-dev
pip install Pillow

Not doing so caused the error:

The headers or library files could not be found for jpeg, a required dependency when compiling Pillow from source.

Please see the install instructions at: https://pillow.readthedocs.io/en/latest/installation.html

AndrewBarfield avatar Dec 04 '20 21:12 AndrewBarfield