Downgrading Python and matplotlib is not an option for me, because I wanted to run my project using exactly these versions. In the meantime, I also tested other requirements, and they can't be built ...
When running Python code that includes imports like import matplotlib.pyplot as plt, the sandbox's dependency installer attempts to install matplotlib.pyplot as if it were a standalone package. This ...