Установка пакетов python из локального репозитория

Не могу разобраться, настроил локальный репозиторий и при установке показывает вот такую ошибку:

pip install numpy -i  http://10.28.212.172:8081/repository/pypi2/simple --trusted-host 10.28.212.172
Looking in indexes: http://10.28.212.172:8081/repository/pypi2/simple
Collecting numpy
  Using cached http://10.28.212.172:8081/repository/pypi2/packages/numpy/1.22.4/numpy-1.22.4.zip (11.5 MB)
  Installing build dependencies ... error
  error: subprocess-exited-with-error

  × pip subprocess to install build dependencies did not run successfully.
  │ exit code: 1
  ╰─> [4 lines of output]
      Looking in indexes: http://10.28.212.172:8081/repository/pypi2/simple
      Ignoring packaging: markers 'platform_machine == "arm64"' don't match your environment
      ERROR: Could not find a version that satisfies the requirement setuptools==59.2.0 (from versions: none)
      ERROR: No matching distribution found for setuptools==59.2.0
      [end of output]

  note: This error originates from a subprocess, and is likely not a problem with pip.
error: subprocess-exited-with-error

× pip subprocess to install build dependencies did not run successfully.
│ exit code: 1
╰─> See above for output.

note: This error originates from a subprocess, and is likely not a problem with pip.

В репозитории все актуальные пакеты


Ответы (0 шт):