All Questions
3 questions
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 ...
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....
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 ...