Skip to content
This repository has been archived by the owner on Nov 10, 2022. It is now read-only.

Running App-Manager without docker fails #59

Closed
m-lenz opened this issue May 23, 2019 · 2 comments
Closed

Running App-Manager without docker fails #59

m-lenz opened this issue May 23, 2019 · 2 comments
Milestone

Comments

@m-lenz
Copy link

m-lenz commented May 23, 2019

Installing the needed requirements like this

pip3 install -r requirements.txt returns

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "/usr/lib/python3.5/site-packages/pip-9.0.1-py3.5.egg/pip/basecommand.py", line 215, in main
    status = self.run(options, args)
  File "/usr/lib/python3.5/site-packages/pip-9.0.1-py3.5.egg/pip/commands/install.py", line 324, in run
    requirement_set.prepare_files(finder)
  File "/usr/lib/python3.5/site-packages/pip-9.0.1-py3.5.egg/pip/req/req_set.py", line 380, in prepare_files
    ignore_dependencies=self.ignore_dependencies))
  File "/usr/lib/python3.5/site-packages/pip-9.0.1-py3.5.egg/pip/req/req_set.py", line 620, in _prepare_file
    session=self.session, hashes=hashes)
  File "/usr/lib/python3.5/site-packages/pip-9.0.1-py3.5.egg/pip/download.py", line 821, in unpack_url
    hashes=hashes
  File "/usr/lib/python3.5/site-packages/pip-9.0.1-py3.5.egg/pip/download.py", line 659, in unpack_http_url
    hashes)
  File "/usr/lib/python3.5/site-packages/pip-9.0.1-py3.5.egg/pip/download.py", line 853, in _download_http_url
    stream=True,
  File "/usr/lib/python3.5/site-packages/pip-9.0.1-py3.5.egg/pip/_vendor/requests/sessions.py", line 488, in get
    return self.request('GET', url, **kwargs)
  File "/usr/lib/python3.5/site-packages/pip-9.0.1-py3.5.egg/pip/download.py", line 386, in request
    return super(PipSession, self).request(method, url, *args, **kwargs)
  File "/usr/lib/python3.5/site-packages/pip-9.0.1-py3.5.egg/pip/_vendor/requests/sessions.py", line 475, in request
    resp = self.send(prep, **send_kwargs)
  File "/usr/lib/python3.5/site-packages/pip-9.0.1-py3.5.egg/pip/_vendor/requests/sessions.py", line 596, in send
    r = adapter.send(request, **kwargs)
  File "/usr/lib/python3.5/site-packages/pip-9.0.1-py3.5.egg/pip/_vendor/cachecontrol/adapter.py", line 47, in send
    resp = super(CacheControlAdapter, self).send(request, **kw)
  File "/usr/lib/python3.5/site-packages/pip-9.0.1-py3.5.egg/pip/_vendor/requests/adapters.py", line 497, in send
    raise SSLError(e, request=request)
pip._vendor.requests.exceptions.SSLError: [SSL: CERTIFICATE_VERIFY_FAILED] certificate verify failed (_ssl.c:720)
You are using pip version 9.0.1, however version 19.1 is available.
You should consider upgrading via the 'pip install --upgrade pip' command.

Upgrading using the suggested pip3 install --upgrade pip returns the same error

@SebastianSchildt
Copy link
Contributor

Not sure, is this a problem with Appmanager? Looks like your pip installation is broken. Maybe you use a corporate proxy that destroys SSL? Otherwise can you provide more info

@m-lenz
Copy link
Author

m-lenz commented Jun 3, 2019

This is a problem with every piece of software needing the requests package.
PIP and PIP3 work like a charm and I added a specific DNS to docker, so it has no issue resolving the dependencies. Every other package works fine.

@m-lenz m-lenz mentioned this issue Jun 5, 2019
@m-lenz m-lenz closed this as completed Jun 26, 2019
@rohoet rohoet added this to the 0.1 milestone Jun 27, 2019
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants