manbearwiz / flexget-dockerfile

Flexget Dockerfile for automated Docker builds
MIT License
2 stars 8 forks source link

Not working with newest Update anymore #7

Closed Loader23 closed 4 years ago

Loader23 commented 4 years ago

Hi,

iam using the pip update command like you mentioned here: https://github.com/manbearwiz/flexget-dockerfile/issues/6 But recently Iam getting this error:

gcc -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -DTHREAD_STACK_SIZE=0x100000 -fPIC -I/usr/local/include/python3.6m -c immutables/_map.c -o build/temp.linux-x86_64-3.6/immutables/_map.o -O2 -std=c99 -fsigned-char -Wall -Wsign-compare -Wconversion   
    unable to execute 'gcc': No such file or directory                                                                                                                                                                                                                          
    error: command 'gcc' failed with exit status 1                                                                                                                                                                                                                            
Command "/usr/local/bin/python -u -c "import setuptools, tokenize;__file__='/tmp/pip-install-i6mjohbb/immutables/setup.py';f=getattr(tokenize, 'open', open)(__file__);code=f.read().replace('\r\n', '\n');f.close();exec(compile(code, __file__, 'exec'))" install --record /tm
p/pip-record-_mqst4z9/install-record.txt --single-version-externally-managed --compile" failed with error code 1 in /tmp/pip-install-i6mjohbb/immutables/                                                                                                                       
You are using pip version 10.0.1, however version 19.3.1 is available.                                                                                                                                                                                                          
You should consider upgrading via the 'pip install --upgrade pip' command.

Could you build a new Image with the recent flexget version? I like your Image the most, thanks :-)

manbearwiz commented 4 years ago

pushed a new build https://hub.docker.com/layers/kmb32123/youtube-dl-server/latest/images/sha256-e090cab633b156d47d9db16b033c983fe9513a6fc275c8c224234efa05486836

manbearwiz commented 4 years ago

sorry wrong repo. one minute

Loader23 commented 4 years ago

@manbearwiz Is it more difficult than you thought? :-)

manbearwiz commented 4 years ago

sorry forgot to come back and update. it should be working now https://hub.docker.com/layers/kmb32123/flexget-dockerfile/alpine-python3/images/sha256-9966a1e50f636fd5ad034445d2a3f800bf16b3e03efc1cb10a074a9e6ca800d4

Loader23 commented 4 years ago

Thanks alot, working fine now :-)

Loader23 commented 4 years ago

@manbearwiz Sorry to annoy you again :-), But its broke again:

` unable to execute 'gcc': No such file or directory
Compile failed: command 'gcc' failed with exit status 1
cc -I/usr/include/libxml2 -c /tmp/xmlXPathInitiexz9393.c -o tmp/xmlXPathInitiexz9393.o
unable to execute 'cc': No such file or directory


Could not find function xmlCheckVersion in library libxml2. Is libxml2 installed?                                                  
*********************************************************************************                                                  
error: command 'gcc' failed with exit status 1   `