'error: subprocess-exited-with-error' при установке моего файла requirements/local.txt после клонирования репозитория [duplicate]
Installing build dependencies ... done
  Getting requirements to build wheel ... done
  Preparing metadata (pyproject.toml) ... error
  error: subprocess-exited-with-error
  × Preparing metadata (pyproject.toml) did not run successfully.
  │ exit code: 1
  ╰─> [8 lines of output]
      running dist_info
      creating C:\Users\Dell\AppData\Local\Temp\pip-modern-metadata-o75tij8k\psycopg_c.egg-info
      writing C:\Users\Dell\AppData\Local\Temp\pip-modern-metadata-o75tij8k\psycopg_c.egg-info\PKG-INFO
      writing dependency_links to C:\Users\Dell\AppData\Local\Temp\pip-modern-metadata-o75tij8k\psycopg_c.egg-info\dependency_links.txt
      writing top-level names to C:\Users\Dell\AppData\Local\Temp\pip-modern-metadata-o75tij8k\psycopg_c.egg-info\top_level.txt
      writing manifest file 'C:\Users\Dell\AppData\Local\Temp\pip-modern-metadata-o75tij8k\psycopg_c.egg-info\SOURCES.txt'
      couldn't run 'pg_config' --includedir: [WinError 2] The system cannot find the file specified
      error: [WinError 2] The system cannot find the file specified
      [end of output]
  note: This error originates from a subprocess, and is likely not a problem with pip.
error: metadata-generation-failed
× Encountered error while generating package metadata.
╰─> See above for output.
примечание: Это проблема с пакетом, упомянутым выше, а не с pip. подсказка: подробности см. выше.
Я сталкиваюсь с этой ошибкой при установке requirements/local.txt после клонирования репо, какова может быть причина и решение этой проблемы?
Я ожидал, что все зависимости будут установлены, но столкнулся с этой ошибкой