Skip to main content

All Questions

Tagged with
1 vote
2 answers
2k views

pip install regex Fails to build on Anaconda python3.6.9 virtualenv

I'm using anaconda 64bits on a manjaro distribution. I created a python3.6 enviroment using conda create -n tensorflow python=3.6 anaconda. I also installed pip install tensorflow-gpu==1.12 and conda ...
Tonio's user avatar
  • 23
0 votes
0 answers
367 views

pip install sanic : command 'gcc' terminated by signal 11

So I am trying to install sanic on my mac os yosemite but for some reason everytime I try to install it, it just returns this error. building 'ujson' extension creating build creating build/temp....
Zen's user avatar
  • 23
0 votes
2 answers
1k views

FFvideo -> error: command 'gcc' failed with exit status 1

Running python3.6 container with Docker Trying "pip install ffvideo" and catching "error: command 'gcc' failed with exit status 1" Can't really figure out where thr problem is This is full error ...
AndreyPanferov's user avatar