romancin / rutorrent-flood-docker

A repository for creating a docker container including rtorrent with rutorrent and flood interfaces
95 stars 33 forks source link

Openssl can't generate certs on a fresh docker. #112

Closed kvn1351 closed 4 years ago

kvn1351 commented 4 years ago
>> generating /config/nginx/dh.pem with size: 2048,
/var/run/s6/etc/cont-init.d/40-ssl: line 12: openssl: command not found,
>> generating self signed cert,
/var/run/s6/etc/cont-init.d/40-ssl: line 19: openssl: command not found,
[cont-init.d] 40-ssl: exited 0.,

Entire log:


[s6-init] making user provided files available at /var/run/s6/etc...exited 0.,
[s6-init] ensuring user provided files have correct perms...exited 0.,
[fix-attrs.d] applying ownership & permissions fixes...,
[fix-attrs.d] done.,
[cont-init.d] executing container initialization scripts...,
[cont-init.d] 01-envfile: executing... ,
[cont-init.d] 01-envfile: exited 0.,
[cont-init.d] 10-adduser: executing... ,
,
-------------------------------------,
          _         (),
         | |  ___   _    __,
         | | / __| | |  /  \ ,
         | | \__ \ | | | () |,
         |_| |___/ |_|  \__/,
,
,
Brought to you by linuxserver.io,
We gratefully accept donations at:,
https://www.linuxserver.io/donate/,
-------------------------------------,
GID/UID,
-------------------------------------,
,
User uid:    1003,
User gid:    100,
-------------------------------------,
,
[cont-init.d] 10-adduser: exited 0.,
[cont-init.d] 20-config: executing... ,
'access-swap.sh' -> '/config/rutorrent/settings/access-swap.sh',
'access.ini' -> '/config/rutorrent/settings/access.ini',
'access_no' -> '/config/rutorrent/settings/access_no',
'access_yes' -> '/config/rutorrent/settings/access_yes',
'config.php' -> '/config/rutorrent/settings/config.php',
'plugins.ini' -> '/config/rutorrent/settings/plugins.ini',
[cont-init.d] 20-config: exited 0.,
[cont-init.d] 30-getautodl: executing... ,
Cloning into '/usr/share/webapps/rutorrent/plugins/autodl-irssi'...,
Cloning into '/config/.irssi/scripts'...,
Already up to date.,
Already up to date.,
[cont-init.d] 30-getautodl: exited 0.,
[cont-init.d] 40-ssl: executing... ,
>> seems like the first start of nginx,
>> doing some preparations...,
,
>> generating /config/nginx/dh.pem with size: 2048,
/var/run/s6/etc/cont-init.d/40-ssl: line 12: openssl: command not found,
>> generating self signed cert,
/var/run/s6/etc/cont-init.d/40-ssl: line 19: openssl: command not found,
[cont-init.d] 40-ssl: exited 0.,
[cont-init.d] 50-setconf: executing... ,
[cont-init.d] 50-setconf: exited 0.,
[cont-init.d] 60-pyroscope: executing... ,
Cloning into '/config/.local/pyroscope'...,
~~~ On errors, paste EVERYTHING below ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~,
Installing into /config/.local/pyroscope...,
Using Python 2.7.16 (default, Nov 15 2019, 19:32:34) ,
[GCC 9.2.0],
Updating your installation...,
Already up to date.,
New python executable in /config/.local/pyroscope/bin/python2,
Also creating executable in /config/.local/pyroscope/bin/python,
Installing setuptools, pip, wheel...done.,
Collecting pip,
  Downloading https://files.pythonhosted.org/packages/54/0c/d01aa759fdc501a58f431eb594a17495f15b88da142ce14b5845662c13f3/pip-20.0.2-py2.py3-none-any.whl (1.4MB),
Installing collected packages: pip,
  Found existing installation: pip 9.0.1,
    Uninstalling pip-9.0.1:,
      Successfully uninstalled pip-9.0.1,
Successfully installed pip-20.0.2,
DEPRECATION: Python 2.7 reached the end of its life on January 1st, 2020. Please upgrade your Python as Python 2.7 is no longer maintained. A future version of pip will drop support for Python 2.7. More details about Python 2 support in pip, can be found at https://pip.pypa.io/en/latest/development/release-process/#python-2-support,
Collecting setuptools,
  Downloading setuptools-44.0.0-py2.py3-none-any.whl (583 kB),
Installing collected packages: setuptools,
  Attempting uninstall: setuptools,
    Found existing installation: setuptools 28.8.0,
    Uninstalling setuptools-28.8.0:,
      Successfully uninstalled setuptools-28.8.0,
Successfully installed setuptools-44.0.0,
DEPRECATION: Python 2.7 reached the end of its life on January 1st, 2020. Please upgrade your Python as Python 2.7 is no longer maintained. A future version of pip will drop support for Python 2.7. More details about Python 2 support in pip, can be found at https://pip.pypa.io/en/latest/development/release-process/#python-2-support,
Collecting wheel,
  Downloading wheel-0.34.2-py2.py3-none-any.whl (26 kB),
Installing collected packages: wheel,
  Attempting uninstall: wheel,
    Found existing installation: wheel 0.29.0,
    Uninstalling wheel-0.29.0:,
      Successfully uninstalled wheel-0.29.0,
Successfully installed wheel-0.34.2,
Getting pyrobase...,
oning into 'pyrobase'...,
Getting auvyon...,
Cloning into 'auvyon'...,
DEPRECATION: Python 2.7 reached the end of its life on January 1st, 2020. Please upgrade your Python as Python 2.7 is no longer maintained. A future version of pip will drop support for Python 2.7. More details about Python 2 support in pip, can be found at https://pip.pypa.io/en/latest/development/release-process/#python-2-support,
Requirement already up-to-date: pip in ./lib/python2.7/site-packages (20.0.2),
DEPRECATION: Python 2.7 reached the end of its life on January 1st, 2020. Please upgrade your Python as Python 2.7 is no longer maintained. A future version of pip will drop support for Python 2.7. More details about Python 2 support in pip, can be found at https://pip.pypa.io/en/latest/development/release-process/#python-2-support,
Requirement already up-to-date: setuptools in ./lib/python2.7/site-packages (44.0.0),
DEPRECATION: Python 2.7 reached the end of its life on January 1st, 2020. Please upgrade your Python as Python 2.7 is no longer maintained. A future version of pip will drop support for Python 2.7. More details about Python 2 support in pip, can be found at https://pip.pypa.io/en/latest/development/release-process/#python-2-support,
Requirement already up-to-date: wheel in ./lib/python2.7/site-packages (0.34.2),
DEPRECATION: Python 2.7 reached the end of its life on January 1st, 2020. Please upgrade your Python as Python 2.7 is no longer maintained. A future version of pip will drop support for Python 2.7. More details about Python 2 support in pip, can be found at https://pip.pypa.io/en/latest/development/release-process/#python-2-support,
Requirement already up-to-date: pip in ./lib/python2.7/site-packages (20.0.2),
DEPRECATION: Python 2.7 reached the end of its life on January 1st, 2020. Please upgrade your Python as Python 2.7 is no longer maintained. A future version of pip will drop support for Python 2.7. More details about Python 2 support in pip, can be found at https://pip.pypa.io/en/latest/development/release-process/#python-2-support,
Requirement already up-to-date: setuptools>=38 in ./lib/python2.7/site-packages (44.0.0),
DEPRECATION: Python 2.7 reached the end of its life on January 1st, 2020. Please upgrade your Python as Python 2.7 is no longer maintained. A future version of pip will drop support for Python 2.7. More details about Python 2 support in pip, can be found at https://pip.pypa.io/en/latest/development/release-process/#python-2-support,
Collecting packaging,
  Downloading packaging-20.3-py2.py3-none-any.whl (37 kB),
Collecting pyparsing>=2.0.2,
  Downloading pyparsing-2.4.6-py2.py3-none-any.whl (67 kB),
Collecting six,
  Downloading six-1.14.0-py2.py3-none-any.whl (10 kB),
Installing collected packages: pyparsing, six, packaging,
Successfully installed packaging-20.3 pyparsing-2.4.6 six-1.14.0,
DEPRECATION: Python 2.7 reached the end of its life on January 1st, 2020. Please upgrade your Python as Python 2.7 is no longer maintained. A future version of pip will drop support for Python 2.7. More details about Python 2 support in pip, can be found at https://pip.pypa.io/en/latest/development/release-process/#python-2-support,
Collecting paver>=1.0.5,
  Downloading Paver-1.3.4-py2.py3-none-any.whl (428 kB),
Requirement already satisfied, skipping upgrade: six in ./lib/python2.7/site-packages (from paver>=1.0.5) (1.14.0),
Installing collected packages: paver,
Successfully installed paver-1.3.4,
DEPRECATION: Python 2.7 reached the end of its life on January 1st, 2020. Please upgrade your Python as Python 2.7 is no longer maintained. A future version of pip will drop support for Python 2.7. More details about Python 2 support in pip, can be found at https://pip.pypa.io/en/latest/development/release-process/#python-2-support,
Collecting yolk3k,
  Downloading yolk3k-0.9.tar.gz (19 kB),
Building wheels for collected packages: yolk3k,
  Building wheel for yolk3k (setup.py): started,
  Building wheel for yolk3k (setup.py): finished with status 'done',
  Created wheel for yolk3k: filename=yolk3k-0.9-py2-none-any.whl size=19858 sha256=49a936c87c943268c8cb04de7d78b9a24cdd6ccfbe30d68c7795f0fd190087bd,
  Stored in directory: /config/.cache/pip/wheels/cb/8d/d0/d32011f08d93e391bc1301d83df9cf433be926ccec4714ea20,
Successfully built yolk3k,
Installing collected packages: yolk3k,
Successfully installed yolk3k-0.9,
DEPRECATION: Python 2.7 reached the end of its life on January 1st, 2020. Please upgrade your Python as Python 2.7 is no longer maintained. A future version of pip will drop support for Python 2.7. More details about Python 2 support in pip, can be found at https://pip.pypa.io/en/latest/development/release-process/#python-2-support,
Collecting Tempita>=0.5.1,
  Downloading Tempita-0.5.2.tar.gz (12 kB),
Building wheels for collected packages: Tempita,
  Building wheel for Tempita (setup.py): started,
  Building wheel for Tempita (setup.py): finished with status 'done',
  Created wheel for Tempita: filename=Tempita-0.5.2-py2-none-any.whl size=12872 sha256=01aa909931fc95041e2d2f17cdcf4518236244856b8c503185a04c23717c6175,
  Stored in directory: /config/.cache/pip/wheels/00/82/fa/880b4cb75e8f8f615a168d25c049922a5ddf9c5338bc4cec92,
Successfully built Tempita,
Installing collected packages: Tempita,
Successfully installed Tempita-0.5.2,
DEPRECATION: Python 2.7 reached the end of its life on January 1st, 2020. Please upgrade your Python as Python 2.7 is no longer maintained. A future version of pip will drop support for Python 2.7. More details about Python 2 support in pip, can be found at https://pip.pypa.io/en/latest/development/release-process/#python-2-support,
Collecting APScheduler<3,>=2.0.2,
  Downloading APScheduler-2.1.2-py2.py3-none-any.whl (27 kB),
Installing collected packages: APScheduler,
Successfully installed APScheduler-2.1.2,
DEPRECATION: Python 2.7 reached the end of its life on January 1st, 2020. Please upgrade your Python as Python 2.7 is no longer maintained. A future version of pip will drop support for Python 2.7. More details about Python 2 support in pip, can be found at https://pip.pypa.io/en/latest/development/release-process/#python-2-support,
llecting waitress>=0.8.2,
  Downloading waitress-1.4.3-py2.py3-none-any.whl (148 kB),
Installing collected packages: waitress,
Successfully installed waitress-1.4.3,
DEPRECATION: Python 2.7 reached the end of its life on January 1st, 2020. Please upgrade your Python as Python 2.7 is no longer maintained. A future version of pip will drop support for Python 2.7. More details about Python 2 support in pip, can be found at https://pip.pypa.io/en/latest/development/release-process/#python-2-support,
Collecting WebOb>=1.2.3,
  Downloading WebOb-1.8.6-py2.py3-none-any.whl (114 kB),
Installing collected packages: WebOb,
Successfully installed WebOb-1.8.6,
DEPRECATION: Python 2.7 reached the end of its life on January 1st, 2020. Please upgrade your Python as Python 2.7 is no longer maintained. A future version of pip will drop support for Python 2.7. More details about Python 2 support in pip, can be found at https://pip.pypa.io/en/latest/development/release-process/#python-2-support,
Requirement already satisfied: Tempita>=0.5.1 in ./lib/python2.7/site-packages (0.5.2),
DEPRECATION: Python 2.7 reached the end of its life on January 1st, 2020. Please upgrade your Python as Python 2.7 is no longer maintained. A future version of pip will drop support for Python 2.7. More details about Python 2 support in pip, can be found at https://pip.pypa.io/en/latest/development/release-process/#python-2-support,
Requirement already satisfied: APScheduler<3,>=2.0.2 in ./lib/python2.7/site-packages (2.1.2),
no previously-included directories found matching 'docs/build',
no previously-included directories found matching 'docs/videos',
no previously-included directories found matching 'assets/video',
---> pavement.bootstrap,
running egg_info,
writing requirements to src/pyrocore.egg-info/requires.txt,
writing src/pyrocore.egg-info/PKG-INFO,
writing top-level names to src/pyrocore.egg-info/top_level.txt,
writing dependency_links to src/pyrocore.egg-info/dependency_links.txt,
writing entry points to src/pyrocore.egg-info/entry_points.txt,
reading manifest file 'src/pyrocore.egg-info/SOURCES.txt',
reading manifest template 'MANIFEST.in',
no previously-included directories found matching 'docs/build',
no previously-included directories found matching 'docs/videos',
no previously-included directories found matching 'assets/video',
writing manifest file 'src/pyrocore.egg-info/SOURCES.txt',
---> pavement.build,
running build,
running build_py,
creating build,
creating build/lib,
creating build/lib/pyrocore,
copying src/pyrocore/__init__.py -> build/lib/pyrocore,
copying src/pyrocore/config.py -> build/lib/pyrocore,
copying src/pyrocore/error.py -> build/lib/pyrocore,
creating build/lib/pyrocore/ui,
copying src/pyrocore/ui/categories.py -> build/lib/pyrocore/ui,
copying src/pyrocore/ui/__init__.py -> build/lib/pyrocore/ui,
copying src/pyrocore/ui/theming.py -> build/lib/pyrocore/ui,
creating build/lib/pyrocore/scripts,
copying src/pyrocore/scripts/lstor.py -> build/lib/pyrocore/scripts,
copying src/pyrocore/scripts/hashcheck.py -> build/lib/pyrocore/scripts,
copying src/pyrocore/scripts/rtevent.py -> build/lib/pyrocore/scripts,
copying src/pyrocore/scripts/base.py -> build/lib/pyrocore/scripts,
copying src/pyrocore/scripts/__init__.py -> build/lib/pyrocore/scripts,
copying src/pyrocore/scripts/rtxmlrpc.py -> build/lib/pyrocore/scripts,
copying src/pyrocore/scripts/chtor.py -> build/lib/pyrocore/scripts,
copying src/pyrocore/scripts/rtsweep.py -> build/lib/pyrocore/scripts,
copying src/pyrocore/scripts/rtmv.py -> build/lib/pyrocore/scripts,
copying src/pyrocore/scripts/pyrotorque.py -> build/lib/pyrocore/scripts,
copying src/pyrocore/scripts/rtcontrol.py -> build/lib/pyrocore/scripts,
copying src/pyrocore/scripts/pyroadmin.py -> build/lib/pyrocore/scripts,
copying src/pyrocore/scripts/mktor.py -> build/lib/pyrocore/scripts,
creating build/lib/pyrocore/torrent,
copying src/pyrocore/torrent/rtorrent.py -> build/lib/pyrocore/torrent,
copying src/pyrocore/torrent/jobs.py -> build/lib/pyrocore/torrent,
copying src/pyrocore/torrent/queue.py -> build/lib/pyrocore/torrent,
copying src/pyrocore/torrent/__init__.py -> build/lib/pyrocore/torrent,
copying src/pyrocore/torrent/filter.py -> build/lib/pyrocore/torrent,
copying src/pyrocore/torrent/engine.py -> build/lib/pyrocore/torrent,
copying src/pyrocore/torrent/broom.py -> build/lib/pyrocore/torrent,
copying src/pyrocore/torrent/formatting.py -> build/lib/pyrocore/torrent,
copying src/pyrocore/torrent/watch.py -> build/lib/pyrocore/torrent,
creating build/lib/pyrocore/daemon,
copying src/pyrocore/daemon/__init__.py -> build/lib/pyrocore/daemon,
copying src/pyrocore/daemon/webapp.py -> build/lib/pyrocore/daemon,
creating build/lib/pyrocore/util,
copying src/pyrocore/util/xmlrpc.py -> build/lib/pyrocore/util,
copying src/pyrocore/util/matching.py -> build/lib/pyrocore/util,
copying src/pyrocore/util/stats.py -> build/lib/pyrocore/util,
copying src/pyrocore/util/__init__.py -> build/lib/pyrocore/util,
copying src/pyrocore/util/load_config.py -> build/lib/pyrocore/util,
copying src/pyrocore/util/traits.py -> build/lib/pyrocore/util,
copying src/pyrocore/util/metafile.py -> build/lib/pyrocore/util,
copying src/pyrocore/util/osmagic.py -> build/lib/pyrocore/util,
copying src/pyrocore/util/pymagic.py -> build/lib/pyrocore/util,
copying src/pyrocore/util/algo.py -> build/lib/pyrocore/util,
creating build/lib/pyrocore/data,
creating build/lib/pyrocore/data/config,
copying src/pyrocore/data/config/bash-completion -> build/lib/pyrocore/data/config,
copying src/pyrocore/data/config/config.ini -> build/lib/pyrocore/data/config,
copying src/pyrocore/data/config/config.py -> build/lib/pyrocore/data/config,
copying src/pyrocore/data/config/logging.cron.ini -> build/lib/pyrocore/data/config,
copying src/pyrocore/data/config/logging.scripts.ini -> build/lib/pyrocore/data/config,
copying src/pyrocore/data/config/logging.torque.ini -> build/lib/pyrocore/data/config,
copying src/pyrocore/data/config/rtorrent-pyro.rc -> build/lib/pyrocore/data/config,
copying src/pyrocore/data/config/torque.ini -> build/lib/pyrocore/data/config,
creating build/lib/pyrocore/data/config/color-schemes,
copying src/pyrocore/data/config/color-schemes/default-16.rc -> build/lib/pyrocore/data/config/color-schemes,
copying src/pyrocore/data/config/color-schemes/default-256.rc -> build/lib/pyrocore/data/config/color-schemes,
copying src/pyrocore/data/config/color-schemes/default-8.rc -> build/lib/pyrocore/data/config/color-schemes,
copying src/pyrocore/data/config/color-schemes/happy-pastel.rc -> build/lib/pyrocore/data/config/color-schemes,
copying src/pyrocore/data/config/color-schemes/solarized-blue.rc -> build/lib/pyrocore/data/config/color-schemes,
copying src/pyrocore/data/config/color-schemes/solarized-yellow.rc -> build/lib/pyrocore/data/config/color-schemes,
creating build/lib/pyrocore/data/config/rtorrent.d,
copying src/pyrocore/data/config/rtorrent.d/00-default.rc -> build/lib/pyrocore/data/config/rtorrent.d,
copying src/pyrocore/data/config/rtorrent.d/auto-scrape.rc -> build/lib/pyrocore/data/config/rtorrent.d,
copying src/pyrocore/data/config/rtorrent.d/bind-navigation-keys.rc -> build/lib/pyrocore/data/config/rtorrent.d,
copying src/pyrocore/data/config/rtorrent.d/categories.rc -> build/lib/pyrocore/data/config/rtorrent.d,
copying src/pyrocore/data/config/rtorrent.d/collapse-built-in-views.rc -> build/lib/pyrocore/data/config/rtorrent.d,
copying src/pyrocore/data/config/rtorrent.d/commands.rc -> build/lib/pyrocore/data/config/rtorrent.d,
copying src/pyrocore/data/config/rtorrent.d/helper-methods.rc -> build/lib/pyrocore/data/config/rtorrent.d,
copying src/pyrocore/data/config/rtorrent.d/logging.rc -> build/lib/pyrocore/data/config/rtorrent.d,
copying src/pyrocore/data/config/rtorrent.d/quick-help.rc -> build/lib/pyrocore/data/config/rtorrent.d,
copying src/pyrocore/data/config/rtorrent.d/theming.rc -> build/lib/pyrocore/data/config/rtorrent.d,
copying src/pyrocore/data/config/rtorrent.d/timestamps.rc -> build/lib/pyrocore/data/config/rtorrent.d,
copying src/pyrocore/data/config/rtorrent.d/torque.rc -> build/lib/pyrocore/data/config/rtorrent.d,
copying src/pyrocore/data/config/rtorrent.d/view-datasize.rc -> build/lib/pyrocore/data/config/rtorrent.d,
copying src/pyrocore/data/config/rtorrent.d/view-indemand.rc -> build/lib/pyrocore/data/config/rtorrent.d,
copying src/pyrocore/data/config/rtorrent.d/view-last_xfer.rc -> build/lib/pyrocore/data/config/rtorrent.d,
copying src/pyrocore/data/config/rtorrent.d/view-messages.rc -> build/lib/pyrocore/data/config/rtorrent.d,
copying src/pyrocore/data/config/rtorrent.d/view-ratio.rc -> build/lib/pyrocore/data/config/rtorrent.d,
copying src/pyrocore/data/config/rtorrent.d/view-tagged.rc -> build/lib/pyrocore/data/config/rtorrent.d,
copying src/pyrocore/data/config/rtorrent.d/view-trackers.rc -> build/lib/pyrocore/data/config/rtorrent.d,
copying src/pyrocore/data/config/rtorrent.d/view-uploaded.rc -> build/lib/pyrocore/data/config/rtorrent.d,
creating build/lib/pyrocore/data/config/templates,
copying src/pyrocore/data/config/templates/irc_status.txt -> build/lib/pyrocore/data/config/templates,
copying src/pyrocore/data/config/templates/json -> build/lib/pyrocore/data/config/templates,
copying src/pyrocore/data/config/templates/orphans.txt -> build/lib/pyrocore/data/config/templates,
copying src/pyrocore/data/config/templates/rtorstat.html -> build/lib/pyrocore/data/config/templates,
creating build/lib/pyrocore/data/config/templates/conky,
copying src/pyrocore/data/config/templates/conky/conkyrc -> build/lib/pyrocore/data/config/templates/conky,
copying src/pyrocore/data/config/templates/conky/rtorstat.txt -> build/lib/pyrocore/data/config/templates/conky,
creating build/lib/pyrocore/data/htdocs,
copying src/pyrocore/data/htdocs/favicon.ico -> build/lib/pyrocore/data/htdocs,
copying src/pyrocore/data/htdocs/index.html -> build/lib/pyrocore/data/htdocs,
creating build/lib/pyrocore/data/htdocs/css,
copying src/pyrocore/data/htdocs/css/custom.css -> build/lib/pyrocore/data/htdocs/css,
copying src/pyrocore/data/htdocs/css/style.css -> build/lib/pyrocore/data/htdocs/css,
creating build/lib/pyrocore/data/htdocs/img,
copying src/pyrocore/data/htdocs/img/pyroscope.png -> build/lib/pyrocore/data/htdocs/img,
creating build/lib/pyrocore/data/htdocs/js,
copying src/pyrocore/data/htdocs/js/charts.js -> build/lib/pyrocore/data/htdocs/js,
creating build/lib/pyrocore/data/img,
copying src/pyrocore/data/img/rt-logo.png -> build/lib/pyrocore/data/img,
creating build/lib/pyrocore/data/screenlet,
copying src/pyrocore/data/screenlet/icon.png -> build/lib/pyrocore/data/screenlet,
creating build/lib/pyrocore/data/screenlet/themes,
creating build/lib/pyrocore/data/screenlet/themes/blueish,
copying src/pyrocore/data/screenlet/themes/blueish/theme.conf -> build/lib/pyrocore/data/screenlet/themes/blueish,
creating build/lib/pyrocore/data/screenlet/themes/default,
copying src/pyrocore/data/screenlet/themes/default/theme.conf -> build/lib/pyrocore/data/screenlet/themes/default,
DEPRECATION: Python 2.7 reached the end of its life on January 1st, 2020. Please upgrade your Python as Python 2.7 is no longer maintained. A future version of pip will drop support for Python 2.7. More details about Python 2 support in pip, can be found at https://pip.pypa.io/en/latest/development/release-process/#python-2-support,
DEPRECATION: Python 2.7 reached the end of its life on January 1st, 2020. Please upgrade your Python as Python 2.7 is no longer maintained. A future version of pip will drop support for Python 2.7. More details about Python 2 support in pip, can be found at https://pip.pypa.io/en/latest/development/release-process/#python-2-support,
romancin commented 4 years ago

Fixed now. Thank you for opening this 👍

kvn1351 commented 4 years ago

Thanks for fixing it :) It works great now. The only remaining issue I have running the docker on anything other than root.