Using cached thejoker-1.2.2.tar.gz (130 kB)
Installing build dependencies: started
Installing build dependencies: finished with status 'error'
Note: you may need to restart the kernel to use updated
packages.
error: subprocess-exited-with-error
× pip subprocess to install build dependencies did not run
successfully.
│ exit code: 1
╰─> [135 lines of output]
Collecting setuptools
Using cached setuptools-69.0.2-py3-none-any.whl.metadata (6.3 kB)
Collecting setuptools_scm
Using cached setuptools_scm-8.0.4-py3-none-any.whl.metadata (6.4 kB)
Collecting wheel
Using cached wheel-0.42.0-py3-none-any.whl.metadata (2.2 kB)
Collecting extension-helpers
Using cached extension_helpers-1.1.1-py3-none-any.whl.metadata (2.2 kB)
Collecting scipy
Using cached scipy-1.11.4-cp39-cp39-win_amd64.whl.metadata (60 kB)
Collecting oldest-supported-numpy
Using cached oldest_supported_numpy-2023.12.12-py3-none-any.whl.metadata (9.8 kB)
Collecting cython
Using cached Cython-3.0.6-cp39-cp39-win_amd64.whl.metadata (3.2 kB)
Collecting twobody
Using cached twobody-0.8.3.tar.gz (115 kB)
Installing build dependencies: started
Installing build dependencies: finished with status 'done'
Getting requirements to build wheel: started
Getting requirements to build wheel: finished with status
'done'
...
│ exit code: 1
╰─> See above for output.
note: This error originates from a subprocess, and is likely not a problem with pip.
Я попробовал pip install --upgrade setuptools, но это не сработало. Может ли кто-нибудь научить меня, как решить эту проблему?
Может быть, дело в редакции пакета? Ошибка выглядит следующим образом: [code] Using cached thejoker-1.2.2.tar.gz (130 kB) Installing build dependencies: started Installing build dependencies: finished with status 'error' Note: you may need to restart the kernel to use updated packages. error: subprocess-exited-with-error
× pip subprocess to install build dependencies did not run successfully. │ exit code: 1 ╰─> [135 lines of output] Collecting setuptools Using cached setuptools-69.0.2-py3-none-any.whl.metadata (6.3 kB) Collecting setuptools_scm Using cached setuptools_scm-8.0.4-py3-none-any.whl.metadata (6.4 kB) Collecting wheel Using cached wheel-0.42.0-py3-none-any.whl.metadata (2.2 kB) Collecting extension-helpers Using cached extension_helpers-1.1.1-py3-none-any.whl.metadata (2.2 kB) Collecting scipy Using cached scipy-1.11.4-cp39-cp39-win_amd64.whl.metadata (60 kB) Collecting oldest-supported-numpy Using cached oldest_supported_numpy-2023.12.12-py3-none-any.whl.metadata (9.8 kB) Collecting cython Using cached Cython-3.0.6-cp39-cp39-win_amd64.whl.metadata (3.2 kB) Collecting twobody Using cached twobody-0.8.3.tar.gz (115 kB) Installing build dependencies: started Installing build dependencies: finished with status 'done' Getting requirements to build wheel: started Getting requirements to build wheel: finished with status 'done' ... │ exit code: 1 ╰─> See above for output.
note: This error originates from a subprocess, and is likely not a problem with pip. [/code] Я попробовал pip install --upgrade setuptools, но это не сработало. Может ли кто-нибудь научить меня, как решить эту проблему?