EUDAT-B2SHARE / b2share

B2SHARE software for the EUDAT CDI services.
https://b2share.eudat.eu
GNU General Public License v2.0
35 stars 33 forks source link

Outdated maxminddb dependency. Prevents b2share dockerfile build #1785

Open jupste opened 4 years ago

jupste commented 4 years ago

Using cached maxminddb-1.3.0.tar.gz (1.4 MB) ERROR: Command errored out with exit status 1: command: /home/jsteenar/.virtualenvs/b2sharedocs/bin/python -c 'import sys, setuptools, tokenize; sys.argv[0] = '"'"'/tmp/pip-install-xhxbtud1/maxminddb/setup.py'"'"'; file='"'"'/tmp/pip-install-xhxbtud1/maxminddb/setup.py'"'"';f=getattr(tokenize, '"'"'open'"'"', open)(file);code=f.read().replace('"'"'\r\n'"'"', '"'"'\n'"'"');f.close();exec(compile(code, file, '"'"'exec'"'"'))' egg_info --egg-base /tmp/pip-pip-egg-info-7fzxs9af cwd: /tmp/pip-install-xhxbtud1/maxminddb/ Complete output (5 lines): Traceback (most recent call last): File "", line 1, in File "/tmp/pip-install-xhxbtud1/maxminddb/setup.py", line 12, in from setuptools import setup, Extension, Feature ImportError: cannot import name 'Feature'

ERROR: Command errored out with exit status 1: python setup.py egg_info Check the logs for full command output.

Could fixed by latest version: https://github.com/RR2DO2/maxminddb-geolite2/blob/d65a9960402b8f50291d683b8d93c901887710d7/setup.py#L20