Answers for "pycocotools command 'x86_64-linux-gnu-gcc' failed with exit status 1"

0

python error: command 'x86_64-linux-gnu-gcc' failed with exit status 1

sudo apt-get install gcc python3.x-dev # choose correct python version
Posted by: Guest on January-06-2021
1

pycocotools command 'x86_64-linux-gnu-gcc' failed with exit status 1

python -m pip install Cython --upgrade
Posted by: Guest on October-03-2021

Code answers related to "pycocotools command 'x86_64-linux-gnu-gcc' failed with exit status 1"

Browse Popular Code Answers by Language