Answers for "error: command 'x86_64-linux-gnu-g++' failed with exit status 1 ---------------------------------------- ERROR: Failed building wheel for OpenEXR"

1

error: command 'x86_64-linux-gnu-g++' failed with exit status 1 ---------------------------------------- ERROR: Failed building wheel for OpenEXR

with Python 3, you'll need

sudo apt-get install python3 python-dev python3-dev \
     build-essential libssl-dev libffi-dev \
     libxml2-dev libxslt1-dev zlib1g-dev \
     python-pip

with Python 2, you'll need

sudo apt-get install python-dev  \
     build-essential libssl-dev libffi-dev \
     libxml2-dev libxslt1-dev zlib1g-dev \
     python-pip
Posted by: Guest on July-13-2021

Code answers related to "error: command 'x86_64-linux-gnu-g++' failed with exit status 1 ---------------------------------------- ERROR: Failed building wheel for OpenEXR"

Python Answers by Framework

Browse Popular Code Answers by Language