saturnism / deepdream-docker

Example Deep Dream Docker Container
Other
16 stars 11 forks source link

Failure on building docker image #5

Open liliburnett opened 7 years ago

liliburnett commented 7 years ago

Command "/usr/bin/python -u -c "import setuptools, tokenize;file='/tmp/pip-build-6IpQ7I/webencodings/setup.py';f=getattr(tokenize, 'open', open)(file);code=f.read().replace('\r\n', '\n');f.close();exec(compile(code, file, 'exec'))" install --record /tmp/pip-cIdrOI-record/install-record.txt --single-version-externally-managed --compile" failed with error code 1 in /tmp/pip-build-6IpQ7I/webencodings/ /usr/local/lib/python2.7/dist-packages/pip/vendor/requests/packages/urllib3/util/ssl.py:122: InsecurePlatformWarning: A true SSLContext object is not available. This prevents urllib3 from configuring SSL appropriately and may cause certain SSL connections to fail. You can upgrade to a newer version of Python to solve this. For more information, see https://urllib3.readthedocs.io/en/latest/security.html#insecureplatformwarning. InsecurePlatformWarning The command '/bin/sh -c pip install cython jupyter' returned a non-zero code: 1

When running docker build -t .

flarn2006 commented 5 years ago

Can confirm, getting the same error. Not real promising that this hasn't had a single reply since it was posted over a year ago.

TZubiri commented 4 years ago
    ERROR: Command errored out with exit status 1:
     command: /usr/bin/python -c 'import sys, setuptools, tokenize; sys.argv[0] = '"'"'/tmp/pip-install-YbT8FQ/tornado/setup.py'"'"'; __file__='"'"'/tmp/pip-install-YbT8FQ/tornado/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-install-YbT8FQ/tornado/pip-egg-info
         cwd: /tmp/pip-install-YbT8FQ/tornado/
    Complete output (5 lines):
    Traceback (most recent call last):
      File "<string>", line 1, in <module>
      File "/tmp/pip-install-YbT8FQ/tornado/setup.py", line 146, in <module>
        raise ImportError("Tornado requires an up-to-date SSL module. This means "
    ImportError: Tornado requires an up-to-date SSL module. This means Python 2.7.9+ or 3.4+ (although some distributions have backported the necessary changes to older versions).
    ----------------------------------------
ERROR: Command errored out with exit status 1: python setup.py egg_info Check the logs for full command output.
/usr/local/lib/python2.7/dist-packages/pip/_vendor/urllib3/util/ssl_.py:139: InsecurePlatformWarning: A true SSLContext object is not available. This prevents urllib3 from configuring SSL appropriately and may cause certain SSL connections to fail. You can upgrade to a newer version of Python to solve this. For more information, see https://urllib3.readthedocs.io/en/latest/advanced-usage.html#ssl-warnings
  InsecurePlatformWarning,

I do not recommend this docker image.