Я пытаюсь использовать pixi для библиотеки Python, и при попытке установить зависимость pipy eif возникает ошибка. [code]~/code> pixi init test-pixi-eif --format pyproject ✔ Created /home/oliver/code/test-pixi-eif/pyproject.toml ~/code/test-pixi-eif> cd test-pixi-eif/ ~/code/test-pixi-eif> pixi add numpy ✔ Added numpy >=2.1.3, pixi add --pypi eif × default: error installing/updating PyPI dependencies ├─▶ Failed to prepare distributions ├─▶ Failed to download and build `eif==2.0.2` ╰─▶ Build backend failed to determine requirements with `build_wheel()` (exit status: 1)
[stderr] Traceback (most recent call last): File "", line 14, in requires = get_requires_for_build({}) File "/home/oliver/.cache/rattler/cache/uv-cache/builds-v0/.tmplz6UaX/lib/python3.13/site-packages/setuptools/build_meta.py", line 334, in get_requires_for_build_wheel return self._get_build_requires(config_settings, requirements=[]) ~~~~~~~~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/home/oliver/.cache/rattler/cache/uv-cache/builds-v0/.tmplz6UaX/lib/python3.13/site-packages/setuptools/build_meta.py", line 304, in _get_build_requires self.run_setup() ~~~~~~~~~~~~~~^^ File "/home/oliver/.cache/rattler/cache/uv-cache/builds-v0/.tmplz6UaX/lib/python3.13/site-packages/setuptools/build_meta.py", line 522, in run_setup super().run_setup(setup_script=setup_script) ~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/home/oliver/.cache/rattler/cache/uv-cache/builds-v0/.tmplz6UaX/lib/python3.13/site-packages/setuptools/build_meta.py", line 320, in run_setup exec(code, locals()) ~~~~^^^^^^^^^^^^^^^^ File "", line 3, in if sys.path[0] == "": ^^^^^^^^^^^^ ModuleNotFoundError: No module named 'numpy' [/code] Соответствующий файл pyproject.toml: [code][project] authors = [{name = "foo", email = "bar"}] description = "Add a short description here" name = "test-pixi-eif" requires-python = ">= 3.11" version = "0.1.0" dependencies = ["eif>=2.0.2,=2.1.3,
Я пытаюсь использовать pixi для библиотеки Python, и при попытке установить зависимость pipy eif возникает ошибка.
~/code> pixi init test-pixi-eif --format pyproject
✔ Created /home/oliver/code/test-pixi-eif/pyproject.toml
~/code/test-pixi-eif> cd...
Я работаю в среде conda и пытаюсь понизить версию numpy до версии 1.16, но при запуске pip install numpy==1.16 я постоянно получаю следующую ошибку:
$ pip install numpy==1.16
Collecting numpy==1.16
Downloading numpy-1.16.0.zip (5.1 MB)...
Я работаю в среде conda и пытаюсь понизить версию numpy до версии 1.16, но при запуске pip install numpy==1.16 я постоянно получаю следующую ошибку:
$ pip install numpy==1.16
Collecting numpy==1.16
Downloading numpy-1.16.0.zip (5.1 MB)...
Я работаю в среде conda и пытаюсь понизить версию numpy до версии 1.16, но при запуске pip install numpy==1.16 я постоянно получаю следующую ошибку:
$ pip install numpy==1.16
Collecting numpy==1.16
Downloading numpy-1.16.0.zip (5.1 MB)...