I want to add matplotlib and numpy to my gnome-builder project and follow the solution(Using Gnome Builder with Python). But when I run it outputs errors like following:
WARNING: Discarding file:///run/build/python3-matplotlib/matplotlib-3.5.1.tar.gz. Command errored out with exit status 1: python setup.py egg_info Check the logs for full command output.
ERROR: Could not find a version that satisfies the requirement matplotlib (from versions: 3.5.1)
ERROR: No matching distribution found for matplotlib
Error: module python3-matplotlib: Child process exited with code 1
Could anyone help me to solve it?