Skip to content

docker: Add workaround to fix installation of dependencies by pip

Fabian P. Schmidt requested to merge kerel-fs/satnogs-network:pr/fix-docker2 into dev

pip release 10.0.0b1 (2018-03-31) removed support for uninstalling projects which have been installed using distutils 1. Thus a possible workaround is to ignore the distribution-provided packages.

Fixes issue #469 (closed).

Merge request reports