Instalación de thumbor

Publicado en 7 enero, 2019

Sobre copia de la 110 (deb9):

De la tarea YT: SYS-1169 Incorporar NGINX a maquina 110 para server imágenes

Descarto paquetes de debian porque son muy antiguos. Opto por bajarlo por git e instalar.

git clone https://github.com/thumbor/thumbor.git
git checkout tags/1.1.4
python setup.py install

Fallos:
Webcolors

pip install webcolors

FALLO:

ConfigurationError: Could not run curl-config: [Errno 2] No such file or directory
apt install libcurl4-openssl-dev libssl-dev
Searching for tornado>=4.1.0,<6.0.0
Reading https://pypi.python.org/simple/tornado/
Best match: tornado 6.0a1
Downloading https://files.pythonhosted.org/packages/52/77/c91a52f5a9afcfd16c2f3b7940a04d49f9e094925244c3c44762fff556af/tornado-6.0a1.tar.gz#sha256=00ebd485a52bd7eaa3f35bdf8ab43c109aaa2edc722849b6905c1ffd8c958e82
Processing tornado-6.0a1.tar.gz
Writing /tmp/easy_install-yQ3XG_/tornado-6.0a1/setup.cfg
Running tornado-6.0a1/setup.py -q bdist_egg –dist-dir /tmp/easy_install-yQ3XG_/tornado-6.0a1/egg-dist-tmp-FGfLO1
warning: no files found matching ‘*.yaml’ under directory ‘demos’
no previously-included directories found matching ‘docs/build’
warning: no files found matching ‘tornado/test/README’
File «build/bdist.linux-x86_64/egg/tornado/platform/asyncio.py», line 42
self, asyncio_loop: asyncio.AbstractEventLoop, **kwargs: Any
^
SyntaxError: invalid syntax

pip uninstall tornado
pip install tornado

python setup.py install

Finished processing dependencies for thumbor==6.6.0


Sin respuestas to "Instalación de thumbor"


    ¿Algo que comentar?