I have a Docker image with Python 3.6.8 installed from source on Ubuntu 18.04 and two install scripts that given the stated requirements in the current docs should be able to install iminiuit
but fail instead.
install_from_PyPI.sh
attempts to install iminuit
from PyPI
docker run --rm -it matthewfeickert/docker-python3-ubuntu:3.6.8
git clone https://gist.github.com/matthewfeickert/284cbddc4a60aca2dcda29c354189b35 && cd 284cbddc4a60aca2dcda29c354189b35
source install_from_PyPI.sh