'pip install mysqlclient issues

when I try to use pip install mysqlclient issues command I get this error

Collecting mysqlclient
  Using cached mysqlclient-2.1.0.tar.gz (87 kB)
  Preparing metadata (setup.py) ... done
Collecting issues  Downloading issues-0.0.0.tar.gz (858 bytes)  Preparing metadata (setup.py) ... doneBuilding wheels for collected packages: mysqlclient, issues  Building wheel for mysqlclient (setup.py) ... error  error: subprocess-exited-with-error
  × python setup.py bdist_wheel did not run successfully.
  │ exit code: 1
  ╰─> [42 lines of output]
      error: command '/opt/rh/devtoolset-7/root/usr/bin/gcc' failed: No such file or directory
      [end of output]


Sources

This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.

Source: Stack Overflow

Solution Source