Issue 0074

Summary
python dependency problem running Functional.fuego_release_test
Owner
Tim
Reporter
Tim
Status
open
Priority
high

Description [edit section]

When running Functional.fuego_release_test, I get the following (trying to invoke test_run.py:

The problem appears to be that we're getting python3-requests from jessie-updates, but python3-chardet and python3-urllib3 from jessie. Hence the version mismatch.

You can reproduce the bug on the container command line by trying to run 'pip3'.

Notes [edit section]

I tried to run 'apt-get remove python3-pip python3-requests', then 'apt-get install -t jessie-updates python3-pip'

But it only pulled pip from jessie-updates, and got the other dependent packages from 'jessie' (chardet and urllib3).

I am going to test: https://bootstrap.pypa.io/get-pip.py

Apparently this will download and install pip3 outside the Debian package manager, and will handle dependencies better?

See the last comment on this thread: https://forums.bunsenlabs.org/viewtopic.php?id=957

Also, see this comment: https://www.reddit.com/r/linux4noobs/comments/7qyivb/pip3_dependencies_in_debian_jessie_bunsenlabs/

I did this:

backlink

Fuego Issues List