Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[pypi-options] doesn't work #1428

Closed
2 tasks done
benmoss opened this issue May 22, 2024 · 4 comments
Closed
2 tasks done

[pypi-options] doesn't work #1428

benmoss opened this issue May 22, 2024 · 4 comments
Labels
bug Something isn't working

Comments

@benmoss
Copy link

benmoss commented May 22, 2024

Checks

  • I have checked that this issue has not already been reported.

  • I have confirmed this bug exists on the latest version of pixi, using pixi --version.

Reproducible example

https://github.com/benmoss/pixi-pypi-options-broken

Issue description

If I'm understanding this feature correctly the pypi-options should tell Pixi to look at https://example.com/my-repo and https://example.com/simple for PyPI dependencies.

Instead it only talks to pypi.org.

Expected behavior

$ pixi add --pypi werkzeug -vvv
 INFO pixi::config: Global config not found at /etc/pixi/config.toml
 INFO pixi::config: Global config not found at /Users/bmoss40/.config/pixi/config.toml
 INFO pixi::config: Global config not found at /Users/bmoss40/Library/Application Support/pixi/config.toml
 INFO pixi::config: Global config not found at /Users/bmoss40/.pixi/config.toml
 INFO pixi::environment: verifying prefix location is unchanged, with prefix file: /private/tmp/pixi-pypi-options/.pixi/envs/default/conda-meta/pixi_env_prefix
 INFO pixi::environment: verifying prefix location is unchanged, with prefix file: /private/tmp/pixi-pypi-options/.pixi/envs/default/conda-meta/pixi_env_prefix
 INFO pixi::lock_file::outdated: the pypi dependencies of environment 'default' for platform osx-arm64 are out of date because the requirement 'werkzeug' could not be satisfied (required by '<environment>')
 INFO pixi::lock_file::resolve::uv_resolution_context: uv keyring provider is disabled
 INFO pixi::environment: Creating prefix file at: /private/tmp/pixi-pypi-options/.pixi/envs/default/conda-meta/pixi_env_prefix
 INFO pixi::environment: No update needed for the prefix file.
 INFO pixi::environment: Checking if history file exists: /private/tmp/pixi-pypi-options/.pixi/envs/default/conda-meta/history
 INFO pixi::lock_file::update: updated conda packages in the 'default' prefix in 4ms 761us 917ns
 INFO resolve_pypi{group=default platform=osx-arm64}: pixi::lock_file::resolve::pypi: the following python packages are assumed to be installed by conda: openssl 3.3.0, xz 5.2.6, libexpat 2.6.2, python 3.12.3, ncurses 6.5, libffi 3.4.2, libsqlite 3.45.3, libzlib 1.2.13, readline 8.2, bzip2 1.0.8, tzdata 2024a0, ca-certificates 2024.2.2, tk 8.6.13
DEBUG resolve_pypi{group=default platform=osx-arm64}: uv_interpreter::interpreter: Cached interpreter info for Python 3.12.3, skipping probing: .pixi/envs/default/bin/python3.12
DEBUG resolve_pypi{group=default platform=osx-arm64}: pixi::lock_file::resolve::pypi: [Resolve] Using Python Interpreter: Interpreter { platform: Platform { os: Macos { major: 14, minor: 5 }, arch: Aarch64 }, markers: MarkerEnvironment { implementation_name: "cpython", implementation_version: StringVersion { string: "3.12.3", version: "3.12.3" }, os_name: "posix", platform_machine: "arm64", platform_python_implementation: "CPython", platform_release: "23.5.0", platform_system: "Darwin", platform_version: "Darwin Kernel Version 23.5.0: Wed May  1 20:14:38 PDT 2024; root:xnu-10063.121.3~5/RELEASE_ARM64_T6020", python_full_version: StringVersion { string: "3.12.3", version: "3.12.3" }, python_version: StringVersion { string: "3.12", version: "3.12" }, sys_platform: "darwin" }, scheme: Scheme { purelib: "/private/tmp/pixi-pypi-options/.pixi/envs/default/lib/python3.12/site-packages", platlib: "/private/tmp/pixi-pypi-options/.pixi/envs/default/lib/python3.12/site-packages", scripts: "/private/tmp/pixi-pypi-options/.pixi/envs/default/bin", data: "/private/tmp/pixi-pypi-options/.pixi/envs/default", include: "/private/tmp/pixi-pypi-options/.pixi/envs/default/include/python3.12" }, virtualenv: Scheme { purelib: "lib/python3.12/site-packages", platlib: "lib/python3.12/site-packages", scripts: "bin", data: "", include: "include/site/python3.12" }, prefix: "/private/tmp/pixi-pypi-options/.pixi/envs/default", base_exec_prefix: "/private/tmp/pixi-pypi-options/.pixi/envs/default", base_prefix: "/private/tmp/pixi-pypi-options/.pixi/envs/default", base_executable: Some("/private/tmp/pixi-pypi-options/.pixi/envs/default/bin/python3.12"), sys_executable: "/private/tmp/pixi-pypi-options/.pixi/envs/default/bin/python3.12", stdlib: "/private/tmp/pixi-pypi-options/.pixi/envs/default/lib/python3.12", tags: OnceCell(Uninit), gil_disabled: false }
DEBUG resolve_pypi{group=default platform=osx-arm64}: uv_client::base_client: Using registry request timeout of 30s
DEBUG resolve_pypi{group=default platform=osx-arm64}:setup_build{version_id="file:///private/tmp/pixi-pypi-options" subdirectory=None}:solve: uv_resolver::resolver: Solving with target Python version 3.12.3
DEBUG resolve_pypi{group=default platform=osx-arm64}:setup_build{version_id="file:///private/tmp/pixi-pypi-options" subdirectory=None}:solve:get_dependencies{package=root version=0a0.dev0}: uv_resolver::resolver: Adding direct dependency: setuptools*
 INFO resolve_pypi{group=default platform=osx-arm64}:setup_build{version_id="file:///private/tmp/pixi-pypi-options" subdirectory=None}:solve: pubgrub::internal::partial_solution: add_decision: root @ 0a0.dev0
DEBUG resolve_pypi{group=default platform=osx-arm64}:setup_build{version_id="file:///private/tmp/pixi-pypi-options" subdirectory=None}:process_request{request=Versions setuptools}:simple_api{package=setuptools}:get_cacheable: uv_client::cached_client: Found fresh response for: https://pypi.org/simple/setuptools/
DEBUG resolve_pypi{group=default platform=osx-arm64}:setup_build{version_id="file:///private/tmp/pixi-pypi-options" subdirectory=None}:solve:choose_version{package=setuptools}: uv_resolver::resolver: Searching for a compatible version of setuptools (*)
DEBUG resolve_pypi{group=default platform=osx-arm64}:setup_build{version_id="file:///private/tmp/pixi-pypi-options" subdirectory=None}:solve:choose_version{package=setuptools}: uv_resolver::resolver: Selecting: setuptools==70.0.0 (setuptools-70.0.0-py3-none-any.whl)
DEBUG resolve_pypi{group=default platform=osx-arm64}:setup_build{version_id="file:///private/tmp/pixi-pypi-options" subdirectory=None}:process_request{request=Prefetch setuptools *}:get_or_build_wheel_metadata{dist=setuptools==70.0.0}:wheel_metadata{built_dist=setuptools==70.0.0}:get_serde:get_cacheable: uv_client::cached_client: Found fresh response for: https://files.pythonhosted.org/packages/de/88/70c5767a0e43eb4451c2200f07d042a4bcd7639276003a9c54a68cfcc1f8/setuptools-70.0.0-py3-none-any.whl.metadata
 INFO resolve_pypi{group=default platform=osx-arm64}:setup_build{version_id="file:///private/tmp/pixi-pypi-options" subdirectory=None}:solve: pubgrub::internal::partial_solution: add_decision: setuptools @ 70.0.0
DEBUG resolve_pypi{group=default platform=osx-arm64}:setup_build{version_id="file:///private/tmp/pixi-pypi-options" subdirectory=None}:solve: uv_resolver::resolver::batch_prefetch: Tried 2 versions: root 1, setuptools 1
DEBUG resolve_pypi{group=default platform=osx-arm64}:setup_build{version_id="file:///private/tmp/pixi-pypi-options" subdirectory=None}:install{resolution="setuptools==70.0.0" venv="/Users/bmoss40/Library/Caches/rattler/cache/uv-cache/.tmpAhsq6y/.venv"}: uv_dispatch: Installing in setuptools==70.0.0 in /Users/bmoss40/Library/Caches/rattler/cache/uv-cache/.tmpAhsq6y/.venv
DEBUG resolve_pypi{group=default platform=osx-arm64}:setup_build{version_id="file:///private/tmp/pixi-pypi-options" subdirectory=None}:install{resolution="setuptools==70.0.0" venv="/Users/bmoss40/Library/Caches/rattler/cache/uv-cache/.tmpAhsq6y/.venv"}: uv_installer::plan: Requirement already cached: setuptools==70.0.0
DEBUG resolve_pypi{group=default platform=osx-arm64}:setup_build{version_id="file:///private/tmp/pixi-pypi-options" subdirectory=None}:install{resolution="setuptools==70.0.0" venv="/Users/bmoss40/Library/Caches/rattler/cache/uv-cache/.tmpAhsq6y/.venv"}: uv_dispatch: Installing build requirement: setuptools==70.0.0
DEBUG resolve_pypi{group=default platform=osx-arm64}:setup_build{version_id="file:///private/tmp/pixi-pypi-options" subdirectory=None}:install{resolution="setuptools==70.0.0" venv="/Users/bmoss40/Library/Caches/rattler/cache/uv-cache/.tmpAhsq6y/.venv"}:install{num_wheels=1}:install_wheel{wheel=/Users/bmoss40/Library/Caches/rattler/cache/uv-cache/archive-v0/WG7hU3PiR-6y6pbYw0Y0m}: install_wheel_rs::linker: Extracting file name="setuptools"
DEBUG resolve_pypi{group=default platform=osx-arm64}:setup_build{version_id="file:///private/tmp/pixi-pypi-options" subdirectory=None}:install{resolution="setuptools==70.0.0" venv="/Users/bmoss40/Library/Caches/rattler/cache/uv-cache/.tmpAhsq6y/.venv"}:install{num_wheels=1}:install_wheel{wheel=/Users/bmoss40/Library/Caches/rattler/cache/uv-cache/archive-v0/WG7hU3PiR-6y6pbYw0Y0m}:link_wheel_files: install_wheel_rs::linker: Cloning /Users/bmoss40/Library/Caches/rattler/cache/uv-cache/archive-v0/WG7hU3PiR-6y6pbYw0Y0m/distutils-precedence.pth to /Users/bmoss40/Library/Caches/rattler/cache/uv-cache/.tmpAhsq6y/.venv/lib/python3.12/site-packages/distutils-precedence.pth
DEBUG resolve_pypi{group=default platform=osx-arm64}:setup_build{version_id="file:///private/tmp/pixi-pypi-options" subdirectory=None}:install{resolution="setuptools==70.0.0" venv="/Users/bmoss40/Library/Caches/rattler/cache/uv-cache/.tmpAhsq6y/.venv"}:install{num_wheels=1}:install_wheel{wheel=/Users/bmoss40/Library/Caches/rattler/cache/uv-cache/archive-v0/WG7hU3PiR-6y6pbYw0Y0m}:link_wheel_files: install_wheel_rs::linker: Cloning /Users/bmoss40/Library/Caches/rattler/cache/uv-cache/archive-v0/WG7hU3PiR-6y6pbYw0Y0m/setuptools-70.0.0.dist-info to /Users/bmoss40/Library/Caches/rattler/cache/uv-cache/.tmpAhsq6y/.venv/lib/python3.12/site-packages/setuptools-70.0.0.dist-info
DEBUG resolve_pypi{group=default platform=osx-arm64}:setup_build{version_id="file:///private/tmp/pixi-pypi-options" subdirectory=None}:install{resolution="setuptools==70.0.0" venv="/Users/bmoss40/Library/Caches/rattler/cache/uv-cache/.tmpAhsq6y/.venv"}:install{num_wheels=1}:install_wheel{wheel=/Users/bmoss40/Library/Caches/rattler/cache/uv-cache/archive-v0/WG7hU3PiR-6y6pbYw0Y0m}:link_wheel_files: install_wheel_rs::linker: Cloning /Users/bmoss40/Library/Caches/rattler/cache/uv-cache/archive-v0/WG7hU3PiR-6y6pbYw0Y0m/setuptools to /Users/bmoss40/Library/Caches/rattler/cache/uv-cache/.tmpAhsq6y/.venv/lib/python3.12/site-packages/setuptools
DEBUG resolve_pypi{group=default platform=osx-arm64}:setup_build{version_id="file:///private/tmp/pixi-pypi-options" subdirectory=None}:install{resolution="setuptools==70.0.0" venv="/Users/bmoss40/Library/Caches/rattler/cache/uv-cache/.tmpAhsq6y/.venv"}:install{num_wheels=1}:install_wheel{wheel=/Users/bmoss40/Library/Caches/rattler/cache/uv-cache/archive-v0/WG7hU3PiR-6y6pbYw0Y0m}:link_wheel_files: install_wheel_rs::linker: Cloning /Users/bmoss40/Library/Caches/rattler/cache/uv-cache/archive-v0/WG7hU3PiR-6y6pbYw0Y0m/pkg_resources to /Users/bmoss40/Library/Caches/rattler/cache/uv-cache/.tmpAhsq6y/.venv/lib/python3.12/site-packages/pkg_resources
DEBUG resolve_pypi{group=default platform=osx-arm64}:setup_build{version_id="file:///private/tmp/pixi-pypi-options" subdirectory=None}:install{resolution="setuptools==70.0.0" venv="/Users/bmoss40/Library/Caches/rattler/cache/uv-cache/.tmpAhsq6y/.venv"}:install{num_wheels=1}:install_wheel{wheel=/Users/bmoss40/Library/Caches/rattler/cache/uv-cache/archive-v0/WG7hU3PiR-6y6pbYw0Y0m}:link_wheel_files: install_wheel_rs::linker: Cloning /Users/bmoss40/Library/Caches/rattler/cache/uv-cache/archive-v0/WG7hU3PiR-6y6pbYw0Y0m/_distutils_hack to /Users/bmoss40/Library/Caches/rattler/cache/uv-cache/.tmpAhsq6y/.venv/lib/python3.12/site-packages/_distutils_hack
DEBUG resolve_pypi{group=default platform=osx-arm64}:setup_build{version_id="file:///private/tmp/pixi-pypi-options" subdirectory=None}:install{resolution="setuptools==70.0.0" venv="/Users/bmoss40/Library/Caches/rattler/cache/uv-cache/.tmpAhsq6y/.venv"}:install{num_wheels=1}:install_wheel{wheel=/Users/bmoss40/Library/Caches/rattler/cache/uv-cache/archive-v0/WG7hU3PiR-6y6pbYw0Y0m}: install_wheel_rs::linker: Extracted 5 files name="setuptools"
DEBUG resolve_pypi{group=default platform=osx-arm64}:setup_build{version_id="file:///private/tmp/pixi-pypi-options" subdirectory=None}:install{resolution="setuptools==70.0.0" venv="/Users/bmoss40/Library/Caches/rattler/cache/uv-cache/.tmpAhsq6y/.venv"}:install{num_wheels=1}:install_wheel{wheel=/Users/bmoss40/Library/Caches/rattler/cache/uv-cache/archive-v0/WG7hU3PiR-6y6pbYw0Y0m}: install_wheel_rs::linker: Writing entrypoints name="setuptools"
DEBUG resolve_pypi{group=default platform=osx-arm64}:setup_build{version_id="file:///private/tmp/pixi-pypi-options" subdirectory=None}:install{resolution="setuptools==70.0.0" venv="/Users/bmoss40/Library/Caches/rattler/cache/uv-cache/.tmpAhsq6y/.venv"}:install{num_wheels=1}:install_wheel{wheel=/Users/bmoss40/Library/Caches/rattler/cache/uv-cache/archive-v0/WG7hU3PiR-6y6pbYw0Y0m}: install_wheel_rs::linker: No data name="setuptools"
DEBUG resolve_pypi{group=default platform=osx-arm64}:setup_build{version_id="file:///private/tmp/pixi-pypi-options" subdirectory=None}:install{resolution="setuptools==70.0.0" venv="/Users/bmoss40/Library/Caches/rattler/cache/uv-cache/.tmpAhsq6y/.venv"}:install{num_wheels=1}:install_wheel{wheel=/Users/bmoss40/Library/Caches/rattler/cache/uv-cache/archive-v0/WG7hU3PiR-6y6pbYw0Y0m}: install_wheel_rs::linker: Writing extra metadata name="setuptools"
DEBUG resolve_pypi{group=default platform=osx-arm64}:setup_build{version_id="file:///private/tmp/pixi-pypi-options" subdirectory=None}:install{resolution="setuptools==70.0.0" venv="/Users/bmoss40/Library/Caches/rattler/cache/uv-cache/.tmpAhsq6y/.venv"}:install{num_wheels=1}:install_wheel{wheel=/Users/bmoss40/Library/Caches/rattler/cache/uv-cache/archive-v0/WG7hU3PiR-6y6pbYw0Y0m}: install_wheel_rs::linker: Writing record name="setuptools"
DEBUG resolve_pypi{group=default platform=osx-arm64}:setup_build{version_id="file:///private/tmp/pixi-pypi-options" subdirectory=None}: uv_build: Calling `setuptools.build_meta.get_requires_for_build_editable()`
DEBUG resolve_pypi{group=default platform=osx-arm64}:setup_build{version_id="file:///private/tmp/pixi-pypi-options" subdirectory=None}: uv_build: Installing extra requirements for build backend
DEBUG resolve_pypi{group=default platform=osx-arm64}:setup_build{version_id="file:///private/tmp/pixi-pypi-options" subdirectory=None}:solve: uv_resolver::resolver: Solving with target Python version 3.12.3
DEBUG resolve_pypi{group=default platform=osx-arm64}:setup_build{version_id="file:///private/tmp/pixi-pypi-options" subdirectory=None}:solve:get_dependencies{package=root version=0a0.dev0}: uv_resolver::resolver: Adding direct dependency: setuptools*
DEBUG resolve_pypi{group=default platform=osx-arm64}:setup_build{version_id="file:///private/tmp/pixi-pypi-options" subdirectory=None}:solve:get_dependencies{package=root version=0a0.dev0}: uv_resolver::resolver: Adding direct dependency: wheel*
 INFO resolve_pypi{group=default platform=osx-arm64}:setup_build{version_id="file:///private/tmp/pixi-pypi-options" subdirectory=None}:solve: pubgrub::internal::partial_solution: add_decision: root @ 0a0.dev0
DEBUG resolve_pypi{group=default platform=osx-arm64}:setup_build{version_id="file:///private/tmp/pixi-pypi-options" subdirectory=None}:solve:choose_version{package=setuptools}: uv_resolver::resolver: Searching for a compatible version of setuptools (*)
DEBUG resolve_pypi{group=default platform=osx-arm64}:setup_build{version_id="file:///private/tmp/pixi-pypi-options" subdirectory=None}:solve:choose_version{package=setuptools}: uv_resolver::resolver: Selecting: setuptools==70.0.0 (setuptools-70.0.0-py3-none-any.whl)
 INFO resolve_pypi{group=default platform=osx-arm64}:setup_build{version_id="file:///private/tmp/pixi-pypi-options" subdirectory=None}:solve: pubgrub::internal::partial_solution: add_decision: setuptools @ 70.0.0
DEBUG resolve_pypi{group=default platform=osx-arm64}:setup_build{version_id="file:///private/tmp/pixi-pypi-options" subdirectory=None}:process_request{request=Versions wheel}:simple_api{package=wheel}:get_cacheable: uv_client::cached_client: Found fresh response for: https://pypi.org/simple/wheel/
DEBUG resolve_pypi{group=default platform=osx-arm64}:setup_build{version_id="file:///private/tmp/pixi-pypi-options" subdirectory=None}:solve:choose_version{package=wheel}: uv_resolver::resolver: Searching for a compatible version of wheel (*)
DEBUG resolve_pypi{group=default platform=osx-arm64}:setup_build{version_id="file:///private/tmp/pixi-pypi-options" subdirectory=None}:solve:choose_version{package=wheel}: uv_resolver::resolver: Selecting: wheel==0.43.0 (wheel-0.43.0-py3-none-any.whl)
DEBUG resolve_pypi{group=default platform=osx-arm64}:setup_build{version_id="file:///private/tmp/pixi-pypi-options" subdirectory=None}:process_request{request=Prefetch wheel *}:get_or_build_wheel_metadata{dist=wheel==0.43.0}:wheel_metadata{built_dist=wheel==0.43.0}:get_serde:get_cacheable: uv_client::cached_client: Found fresh response for: https://files.pythonhosted.org/packages/7d/cd/d7460c9a869b16c3dd4e1e403cce337df165368c71d6af229a74699622ce/wheel-0.43.0-py3-none-any.whl.metadata
 INFO resolve_pypi{group=default platform=osx-arm64}:setup_build{version_id="file:///private/tmp/pixi-pypi-options" subdirectory=None}:solve: pubgrub::internal::partial_solution: add_decision: wheel @ 0.43.0
DEBUG resolve_pypi{group=default platform=osx-arm64}:setup_build{version_id="file:///private/tmp/pixi-pypi-options" subdirectory=None}:solve: uv_resolver::resolver::batch_prefetch: Tried 3 versions: root 1, setuptools 1, wheel 1
DEBUG resolve_pypi{group=default platform=osx-arm64}:setup_build{version_id="file:///private/tmp/pixi-pypi-options" subdirectory=None}:install{resolution="setuptools==70.0.0, wheel==0.43.0" venv="/Users/bmoss40/Library/Caches/rattler/cache/uv-cache/.tmpAhsq6y/.venv"}: uv_dispatch: Installing in setuptools==70.0.0, wheel==0.43.0 in /Users/bmoss40/Library/Caches/rattler/cache/uv-cache/.tmpAhsq6y/.venv
DEBUG resolve_pypi{group=default platform=osx-arm64}:setup_build{version_id="file:///private/tmp/pixi-pypi-options" subdirectory=None}:install{resolution="setuptools==70.0.0, wheel==0.43.0" venv="/Users/bmoss40/Library/Caches/rattler/cache/uv-cache/.tmpAhsq6y/.venv"}: uv_installer::plan: Requirement already satisfied: setuptools==70.0.0
DEBUG resolve_pypi{group=default platform=osx-arm64}:setup_build{version_id="file:///private/tmp/pixi-pypi-options" subdirectory=None}:install{resolution="setuptools==70.0.0, wheel==0.43.0" venv="/Users/bmoss40/Library/Caches/rattler/cache/uv-cache/.tmpAhsq6y/.venv"}: uv_installer::plan: Requirement already installed: setuptools==70.0.0
DEBUG resolve_pypi{group=default platform=osx-arm64}:setup_build{version_id="file:///private/tmp/pixi-pypi-options" subdirectory=None}:install{resolution="setuptools==70.0.0, wheel==0.43.0" venv="/Users/bmoss40/Library/Caches/rattler/cache/uv-cache/.tmpAhsq6y/.venv"}: uv_installer::plan: Requirement already cached: wheel==0.43.0
DEBUG resolve_pypi{group=default platform=osx-arm64}:setup_build{version_id="file:///private/tmp/pixi-pypi-options" subdirectory=None}:install{resolution="setuptools==70.0.0, wheel==0.43.0" venv="/Users/bmoss40/Library/Caches/rattler/cache/uv-cache/.tmpAhsq6y/.venv"}: uv_dispatch: Installing build requirement: wheel==0.43.0
DEBUG resolve_pypi{group=default platform=osx-arm64}:setup_build{version_id="file:///private/tmp/pixi-pypi-options" subdirectory=None}:install{resolution="setuptools==70.0.0, wheel==0.43.0" venv="/Users/bmoss40/Library/Caches/rattler/cache/uv-cache/.tmpAhsq6y/.venv"}:install{num_wheels=1}:install_wheel{wheel=/Users/bmoss40/Library/Caches/rattler/cache/uv-cache/archive-v0/z6YeXDkRXw_HdUym_9kni}: install_wheel_rs::linker: Extracting file name="wheel"
DEBUG resolve_pypi{group=default platform=osx-arm64}:setup_build{version_id="file:///private/tmp/pixi-pypi-options" subdirectory=None}:install{resolution="setuptools==70.0.0, wheel==0.43.0" venv="/Users/bmoss40/Library/Caches/rattler/cache/uv-cache/.tmpAhsq6y/.venv"}:install{num_wheels=1}:install_wheel{wheel=/Users/bmoss40/Library/Caches/rattler/cache/uv-cache/archive-v0/z6YeXDkRXw_HdUym_9kni}:link_wheel_files: install_wheel_rs::linker: Cloning /Users/bmoss40/Library/Caches/rattler/cache/uv-cache/archive-v0/z6YeXDkRXw_HdUym_9kni/wheel to /Users/bmoss40/Library/Caches/rattler/cache/uv-cache/.tmpAhsq6y/.venv/lib/python3.12/site-packages/wheel
DEBUG resolve_pypi{group=default platform=osx-arm64}:setup_build{version_id="file:///private/tmp/pixi-pypi-options" subdirectory=None}:install{resolution="setuptools==70.0.0, wheel==0.43.0" venv="/Users/bmoss40/Library/Caches/rattler/cache/uv-cache/.tmpAhsq6y/.venv"}:install{num_wheels=1}:install_wheel{wheel=/Users/bmoss40/Library/Caches/rattler/cache/uv-cache/archive-v0/z6YeXDkRXw_HdUym_9kni}:link_wheel_files: install_wheel_rs::linker: Cloning /Users/bmoss40/Library/Caches/rattler/cache/uv-cache/archive-v0/z6YeXDkRXw_HdUym_9kni/wheel-0.43.0.dist-info to /Users/bmoss40/Library/Caches/rattler/cache/uv-cache/.tmpAhsq6y/.venv/lib/python3.12/site-packages/wheel-0.43.0.dist-info
DEBUG resolve_pypi{group=default platform=osx-arm64}:setup_build{version_id="file:///private/tmp/pixi-pypi-options" subdirectory=None}:install{resolution="setuptools==70.0.0, wheel==0.43.0" venv="/Users/bmoss40/Library/Caches/rattler/cache/uv-cache/.tmpAhsq6y/.venv"}:install{num_wheels=1}:install_wheel{wheel=/Users/bmoss40/Library/Caches/rattler/cache/uv-cache/archive-v0/z6YeXDkRXw_HdUym_9kni}: install_wheel_rs::linker: Extracted 2 files name="wheel"
DEBUG resolve_pypi{group=default platform=osx-arm64}:setup_build{version_id="file:///private/tmp/pixi-pypi-options" subdirectory=None}:install{resolution="setuptools==70.0.0, wheel==0.43.0" venv="/Users/bmoss40/Library/Caches/rattler/cache/uv-cache/.tmpAhsq6y/.venv"}:install{num_wheels=1}:install_wheel{wheel=/Users/bmoss40/Library/Caches/rattler/cache/uv-cache/archive-v0/z6YeXDkRXw_HdUym_9kni}: install_wheel_rs::linker: Writing entrypoints name="wheel"
DEBUG resolve_pypi{group=default platform=osx-arm64}:setup_build{version_id="file:///private/tmp/pixi-pypi-options" subdirectory=None}:install{resolution="setuptools==70.0.0, wheel==0.43.0" venv="/Users/bmoss40/Library/Caches/rattler/cache/uv-cache/.tmpAhsq6y/.venv"}:install{num_wheels=1}:install_wheel{wheel=/Users/bmoss40/Library/Caches/rattler/cache/uv-cache/archive-v0/z6YeXDkRXw_HdUym_9kni}: install_wheel_rs::linker: No data name="wheel"
DEBUG resolve_pypi{group=default platform=osx-arm64}:setup_build{version_id="file:///private/tmp/pixi-pypi-options" subdirectory=None}:install{resolution="setuptools==70.0.0, wheel==0.43.0" venv="/Users/bmoss40/Library/Caches/rattler/cache/uv-cache/.tmpAhsq6y/.venv"}:install{num_wheels=1}:install_wheel{wheel=/Users/bmoss40/Library/Caches/rattler/cache/uv-cache/archive-v0/z6YeXDkRXw_HdUym_9kni}: install_wheel_rs::linker: Writing extra metadata name="wheel"
DEBUG resolve_pypi{group=default platform=osx-arm64}:setup_build{version_id="file:///private/tmp/pixi-pypi-options" subdirectory=None}:install{resolution="setuptools==70.0.0, wheel==0.43.0" venv="/Users/bmoss40/Library/Caches/rattler/cache/uv-cache/.tmpAhsq6y/.venv"}:install{num_wheels=1}:install_wheel{wheel=/Users/bmoss40/Library/Caches/rattler/cache/uv-cache/archive-v0/z6YeXDkRXw_HdUym_9kni}: install_wheel_rs::linker: Writing record name="wheel"
DEBUG resolve_pypi{group=default platform=osx-arm64}: uv_build: Calling `setuptools.build_meta.prepare_metadata_for_build_wheel()`
DEBUG resolve_pypi{group=default platform=osx-arm64}:solve: uv_resolver::resolver: Solving with target Python version 3.12.3
DEBUG resolve_pypi{group=default platform=osx-arm64}:solve:get_dependencies{package=root version=0a0.dev0}: uv_resolver::resolver: Adding direct dependency: werkzeug*
 INFO resolve_pypi{group=default platform=osx-arm64}:solve: pubgrub::internal::partial_solution: add_decision: root @ 0a0.dev0
DEBUG resolve_pypi{group=default platform=osx-arm64}:solve:choose_version{package=pixi-pypi-options}: uv_resolver::resolver: Searching for a compatible version of pixi-pypi-options @ file:///private/tmp/pixi-pypi-options (==0.1.0)
 INFO resolve_pypi{group=default platform=osx-arm64}:solve: pubgrub::internal::partial_solution: add_decision: pixi-pypi-options @ 0.1.0
DEBUG resolve_pypi{group=default platform=osx-arm64}:process_request{request=Versions werkzeug}:simple_api{package=werkzeug}:get_cacheable: uv_client::cached_client: Found stale response for: https://pypi.org/simple/werkzeug/
DEBUG resolve_pypi{group=default platform=osx-arm64}:process_request{request=Versions werkzeug}:simple_api{package=werkzeug}:get_cacheable: uv_client::cached_client: Sending revalidation request for: https://pypi.org/simple/werkzeug/
DEBUG resolve_pypi{group=default platform=osx-arm64}:process_request{request=Versions werkzeug}:simple_api{package=werkzeug}:get_cacheable:revalidation_request{url="https://pypi.org/simple/werkzeug/"}: reqwest::connect: starting new connection: https://pypi.org/
DEBUG resolve_pypi{group=default platform=osx-arm64}:process_request{request=Versions werkzeug}:simple_api{package=werkzeug}:get_cacheable:revalidation_request{url="https://pypi.org/simple/werkzeug/"}: reqwest::connect: proxy(http://127.0.0.1:5555) intercepts 'https://pypi.org/'
DEBUG resolve_pypi{group=default platform=osx-arm64}:process_request{request=Versions werkzeug}:simple_api{package=werkzeug}:get_cacheable:revalidation_request{url="https://pypi.org/simple/werkzeug/"}: hyper_util::client::legacy::connect::http: connecting to 127.0.0.1:5555
DEBUG resolve_pypi{group=default platform=osx-arm64}:process_request{request=Versions werkzeug}:simple_api{package=werkzeug}:get_cacheable:revalidation_request{url="https://pypi.org/simple/werkzeug/"}: hyper_util::client::legacy::connect::http: connected to 127.0.0.1:5555
DEBUG resolve_pypi{group=default platform=osx-arm64}:process_request{request=Versions werkzeug}:simple_api{package=werkzeug}:get_cacheable:revalidation_request{url="https://pypi.org/simple/werkzeug/"}: h2::client: binding client connection
DEBUG resolve_pypi{group=default platform=osx-arm64}:process_request{request=Versions werkzeug}:simple_api{package=werkzeug}:get_cacheable:revalidation_request{url="https://pypi.org/simple/werkzeug/"}: h2::client: client connection bound
DEBUG resolve_pypi{group=default platform=osx-arm64}:process_request{request=Versions werkzeug}:simple_api{package=werkzeug}:get_cacheable:revalidation_request{url="https://pypi.org/simple/werkzeug/"}: h2::codec::framed_write: send frame=Settings { flags: (0x0), enable_push: 0, initial_window_size: 2097152, max_frame_size: 16384, max_header_list_size: 16384 }
DEBUG resolve_pypi{group=default platform=osx-arm64}:process_request{request=Versions werkzeug}:simple_api{package=werkzeug}:get_cacheable:revalidation_request{url="https://pypi.org/simple/werkzeug/"}: hyper_util::client::legacy::pool: pooling idle connection for ("https", pypi.org)
DEBUG resolve_pypi{group=default platform=osx-arm64}:process_request{request=Versions werkzeug}:simple_api{package=werkzeug}:get_cacheable:revalidation_request{url="https://pypi.org/simple/werkzeug/"}:Connection{peer=Client}: h2::codec::framed_write: send frame=WindowUpdate { stream_id: StreamId(0), size_increment: 5177345 }
DEBUG resolve_pypi{group=default platform=osx-arm64}:process_request{request=Versions werkzeug}:simple_api{package=werkzeug}:get_cacheable:revalidation_request{url="https://pypi.org/simple/werkzeug/"}:Connection{peer=Client}: h2::codec::framed_write: send frame=Headers { stream_id: StreamId(1), flags: (0x5: END_HEADERS | END_STREAM) }
DEBUG resolve_pypi{group=default platform=osx-arm64}:process_request{request=Versions werkzeug}:simple_api{package=werkzeug}:get_cacheable:revalidation_request{url="https://pypi.org/simple/werkzeug/"}:Connection{peer=Client}: h2::codec::framed_read: received frame=Settings { flags: (0x0), max_concurrent_streams: 100 }
DEBUG resolve_pypi{group=default platform=osx-arm64}:process_request{request=Versions werkzeug}:simple_api{package=werkzeug}:get_cacheable:revalidation_request{url="https://pypi.org/simple/werkzeug/"}:Connection{peer=Client}: h2::codec::framed_write: send frame=Settings { flags: (0x1: ACK) }
DEBUG resolve_pypi{group=default platform=osx-arm64}:process_request{request=Versions werkzeug}:simple_api{package=werkzeug}:get_cacheable:revalidation_request{url="https://pypi.org/simple/werkzeug/"}:Connection{peer=Client}: h2::codec::framed_read: received frame=WindowUpdate { stream_id: StreamId(0), size_increment: 16711681 }
DEBUG resolve_pypi{group=default platform=osx-arm64}:process_request{request=Versions werkzeug}:simple_api{package=werkzeug}:get_cacheable:revalidation_request{url="https://pypi.org/simple/werkzeug/"}:Connection{peer=Client}: h2::codec::framed_read: received frame=Settings { flags: (0x1: ACK) }
DEBUG resolve_pypi{group=default platform=osx-arm64}:process_request{request=Versions werkzeug}:simple_api{package=werkzeug}:get_cacheable:revalidation_request{url="https://pypi.org/simple/werkzeug/"}:Connection{peer=Client}: h2::proto::settings: received settings ACK; applying Settings { flags: (0x0), enable_push: 0, initial_window_size: 2097152, max_frame_size: 16384, max_header_list_size: 16384 }
DEBUG resolve_pypi{group=default platform=osx-arm64}:process_request{request=Versions werkzeug}:simple_api{package=werkzeug}:get_cacheable:revalidation_request{url="https://pypi.org/simple/werkzeug/"}:Connection{peer=Client}: h2::codec::framed_read: received frame=Headers { stream_id: StreamId(1), flags: (0x5: END_HEADERS | END_STREAM) }
DEBUG resolve_pypi{group=default platform=osx-arm64}:process_request{request=Versions werkzeug}:simple_api{package=werkzeug}:get_cacheable: uv_client::cached_client: Found not-modified response for: https://pypi.org/simple/werkzeug/
DEBUG resolve_pypi{group=default platform=osx-arm64}:solve:choose_version{package=werkzeug}: uv_resolver::resolver: Searching for a compatible version of werkzeug (*)
DEBUG resolve_pypi{group=default platform=osx-arm64}:solve:choose_version{package=werkzeug}: uv_resolver::resolver: Selecting: werkzeug==3.0.3 (werkzeug-3.0.3-py3-none-any.whl)
DEBUG resolve_pypi{group=default platform=osx-arm64}:process_request{request=Prefetch werkzeug *}:get_or_build_wheel_metadata{dist=werkzeug==3.0.3}:wheel_metadata{built_dist=werkzeug==3.0.3}:get_serde:get_cacheable: uv_client::cached_client: Found fresh response for: https://files.pythonhosted.org/packages/9d/6e/e792999e816d19d7fcbfa94c730936750036d65656a76a5a688b57a656c4/werkzeug-3.0.3-py3-none-any.whl.metadata
DEBUG resolve_pypi{group=default platform=osx-arm64}:solve:get_dependencies{package=werkzeug version=3.0.3}: uv_resolver::resolver: Adding transitive dependency for werkzeug==3.0.3: markupsafe>=2.1.1
 INFO resolve_pypi{group=default platform=osx-arm64}:solve: pubgrub::internal::partial_solution: add_decision: werkzeug @ 3.0.3
DEBUG resolve_pypi{group=default platform=osx-arm64}:process_request{request=Versions markupsafe}:simple_api{package=markupsafe}:get_cacheable: uv_client::cached_client: Found stale response for: https://pypi.org/simple/markupsafe/
DEBUG resolve_pypi{group=default platform=osx-arm64}:process_request{request=Versions markupsafe}:simple_api{package=markupsafe}:get_cacheable: uv_client::cached_client: Sending revalidation request for: https://pypi.org/simple/markupsafe/
DEBUG resolve_pypi{group=default platform=osx-arm64}:process_request{request=Versions markupsafe}:simple_api{package=markupsafe}:get_cacheable:revalidation_request{url="https://pypi.org/simple/markupsafe/"}: hyper_util::client::legacy::pool: reuse idle connection for ("https", pypi.org)
DEBUG resolve_pypi{group=default platform=osx-arm64}:process_request{request=Versions werkzeug}:simple_api{package=werkzeug}:get_cacheable:revalidation_request{url="https://pypi.org/simple/werkzeug/"}:Connection{peer=Client}: h2::codec::framed_write: send frame=Headers { stream_id: StreamId(3), flags: (0x5: END_HEADERS | END_STREAM) }
DEBUG resolve_pypi{group=default platform=osx-arm64}:process_request{request=Versions werkzeug}:simple_api{package=werkzeug}:get_cacheable:revalidation_request{url="https://pypi.org/simple/werkzeug/"}:Connection{peer=Client}: h2::codec::framed_read: received frame=Headers { stream_id: StreamId(3), flags: (0x5: END_HEADERS | END_STREAM) }
DEBUG resolve_pypi{group=default platform=osx-arm64}:process_request{request=Versions markupsafe}:simple_api{package=markupsafe}:get_cacheable: uv_client::cached_client: Found not-modified response for: https://pypi.org/simple/markupsafe/
DEBUG resolve_pypi{group=default platform=osx-arm64}:solve:choose_version{package=markupsafe}: uv_resolver::resolver: Searching for a compatible version of markupsafe (>=2.1.1)
DEBUG resolve_pypi{group=default platform=osx-arm64}:solve:choose_version{package=markupsafe}: uv_resolver::resolver: Selecting: markupsafe==2.1.5 (MarkupSafe-2.1.5-cp312-cp312-macosx_10_9_universal2.whl)
DEBUG resolve_pypi{group=default platform=osx-arm64}:process_request{request=Prefetch markupsafe >=2.1.1}:get_or_build_wheel_metadata{dist=markupsafe==2.1.5}:wheel_metadata{built_dist=markupsafe==2.1.5}:get_serde:get_cacheable: uv_client::cached_client: Found fresh response for: https://files.pythonhosted.org/packages/53/bd/583bf3e4c8d6a321938c13f49d44024dbe5ed63e0a7ba127e454a66da974/MarkupSafe-2.1.5-cp312-cp312-macosx_10_9_universal2.whl.metadata
 INFO resolve_pypi{group=default platform=osx-arm64}:solve: pubgrub::internal::partial_solution: add_decision: markupsafe @ 2.1.5
DEBUG resolve_pypi{group=default platform=osx-arm64}:solve: uv_resolver::resolver::batch_prefetch: Tried 4 versions: markupsafe 1, pixi-pypi-options 1, root 1, werkzeug 1
DEBUG resolve_pypi{group=default platform=osx-arm64}:wheel_metadata{built_dist=markupsafe==2.1.5}:get_serde:get_cacheable: uv_client::cached_client: Found fresh response for: https://files.pythonhosted.org/packages/53/bd/583bf3e4c8d6a321938c13f49d44024dbe5ed63e0a7ba127e454a66da974/MarkupSafe-2.1.5-cp312-cp312-macosx_10_9_universal2.whl.metadata
DEBUG resolve_pypi{group=default platform=osx-arm64}:get_or_build_wheel_metadata{dist=pixi-pypi-options @ file:///private/tmp/pixi-pypi-options}: uv_distribution::source: Using cached metadata for: pixi-pypi-options @ file:///private/tmp/pixi-pypi-options
DEBUG resolve_pypi{group=default platform=osx-arm64}:wheel_metadata{built_dist=werkzeug==3.0.3}:get_serde:get_cacheable: uv_client::cached_client: Found fresh response for: https://files.pythonhosted.org/packages/9d/6e/e792999e816d19d7fcbfa94c730936750036d65656a76a5a688b57a656c4/werkzeug-3.0.3-py3-none-any.whl.metadata
 INFO pixi::lock_file::update: resolved pypi packages for environment 'default' 'osx-arm64' in 1s 105ms 276us 667ns
DEBUG uv_client::base_client: Using registry request timeout of 30s
DEBUG uv_interpreter::interpreter: Cached interpreter info for Python 3.12.3, skipping probing: .pixi/envs/default/bin/python3.12
DEBUG pixi::install_pypi: [Install] Using Python Interpreter: Interpreter { platform: Platform { os: Macos { major: 14, minor: 5 }, arch: Aarch64 }, markers: MarkerEnvironment { implementation_name: "cpython", implementation_version: StringVersion { string: "3.12.3", version: "3.12.3" }, os_name: "posix", platform_machine: "arm64", platform_python_implementation: "CPython", platform_release: "23.5.0", platform_system: "Darwin", platform_version: "Darwin Kernel Version 23.5.0: Wed May  1 20:14:38 PDT 2024; root:xnu-10063.121.3~5/RELEASE_ARM64_T6020", python_full_version: StringVersion { string: "3.12.3", version: "3.12.3" }, python_version: StringVersion { string: "3.12", version: "3.12" }, sys_platform: "darwin" }, scheme: Scheme { purelib: "/private/tmp/pixi-pypi-options/.pixi/envs/default/lib/python3.12/site-packages", platlib: "/private/tmp/pixi-pypi-options/.pixi/envs/default/lib/python3.12/site-packages", scripts: "/private/tmp/pixi-pypi-options/.pixi/envs/default/bin", data: "/private/tmp/pixi-pypi-options/.pixi/envs/default", include: "/private/tmp/pixi-pypi-options/.pixi/envs/default/include/python3.12" }, virtualenv: Scheme { purelib: "lib/python3.12/site-packages", platlib: "lib/python3.12/site-packages", scripts: "bin", data: "", include: "include/site/python3.12" }, prefix: "/private/tmp/pixi-pypi-options/.pixi/envs/default", base_exec_prefix: "/private/tmp/pixi-pypi-options/.pixi/envs/default", base_prefix: "/private/tmp/pixi-pypi-options/.pixi/envs/default", base_executable: Some("/private/tmp/pixi-pypi-options/.pixi/envs/default/bin/python3.12"), sys_executable: "/private/tmp/pixi-pypi-options/.pixi/envs/default/bin/python3.12", stdlib: "/private/tmp/pixi-pypi-options/.pixi/envs/default/lib/python3.12", tags: OnceCell(Uninit), gil_disabled: false }
DEBUG uv_fs: Trying to lock if free: /var/folders/wd/24257vcn1txc_zqpk117vyx00000gq/T/uv-776b21ac60a04bb1.lock
DEBUG pixi::install_pypi: Treating editable install as non-mutated: pixi-pypi-options==0.1.0 (from file:///private/tmp/pixi-pypi-options)
 INFO pixi::install_pypi: resolved install plan: local=2, remote=0, reinstalls=0, extraneous=0
 INFO pixi::install_pypi: install: ["werkzeug", "markupsafe"]
 INFO pixi::install_pypi: re-install: []
 INFO pixi::install_pypi: remove: []
DEBUG install_wheel{wheel=/Users/bmoss40/Library/Caches/rattler/cache/uv-cache/archive-v0/OtfkSQiT6W-YfmvuL1S6F}: install_wheel_rs::linker: Extracting file name="MarkupSafe"
DEBUG install_wheel{wheel=/Users/bmoss40/Library/Caches/rattler/cache/uv-cache/archive-v0/ZD94ugf6elznX2LDin0h5}: install_wheel_rs::linker: Extracting file name="Werkzeug"
DEBUG install_wheel{wheel=/Users/bmoss40/Library/Caches/rattler/cache/uv-cache/archive-v0/OtfkSQiT6W-YfmvuL1S6F}:link_wheel_files: install_wheel_rs::linker: Cloning /Users/bmoss40/Library/Caches/rattler/cache/uv-cache/archive-v0/OtfkSQiT6W-YfmvuL1S6F/markupsafe to /private/tmp/pixi-pypi-options/.pixi/envs/default/lib/python3.12/site-packages/markupsafe
DEBUG install_wheel{wheel=/Users/bmoss40/Library/Caches/rattler/cache/uv-cache/archive-v0/ZD94ugf6elznX2LDin0h5}:link_wheel_files: install_wheel_rs::linker: Cloning /Users/bmoss40/Library/Caches/rattler/cache/uv-cache/archive-v0/ZD94ugf6elznX2LDin0h5/werkzeug-3.0.3.dist-info to /private/tmp/pixi-pypi-options/.pixi/envs/default/lib/python3.12/site-packages/werkzeug-3.0.3.dist-info
DEBUG install_wheel{wheel=/Users/bmoss40/Library/Caches/rattler/cache/uv-cache/archive-v0/OtfkSQiT6W-YfmvuL1S6F}:link_wheel_files: install_wheel_rs::linker: Cloning /Users/bmoss40/Library/Caches/rattler/cache/uv-cache/archive-v0/OtfkSQiT6W-YfmvuL1S6F/MarkupSafe-2.1.5.dist-info to /private/tmp/pixi-pypi-options/.pixi/envs/default/lib/python3.12/site-packages/MarkupSafe-2.1.5.dist-info
DEBUG install_wheel{wheel=/Users/bmoss40/Library/Caches/rattler/cache/uv-cache/archive-v0/ZD94ugf6elznX2LDin0h5}:link_wheel_files: install_wheel_rs::linker: Cloning /Users/bmoss40/Library/Caches/rattler/cache/uv-cache/archive-v0/ZD94ugf6elznX2LDin0h5/werkzeug to /private/tmp/pixi-pypi-options/.pixi/envs/default/lib/python3.12/site-packages/werkzeug
DEBUG install_wheel{wheel=/Users/bmoss40/Library/Caches/rattler/cache/uv-cache/archive-v0/OtfkSQiT6W-YfmvuL1S6F}: install_wheel_rs::linker: Extracted 2 files name="MarkupSafe"
DEBUG install_wheel{wheel=/Users/bmoss40/Library/Caches/rattler/cache/uv-cache/archive-v0/OtfkSQiT6W-YfmvuL1S6F}: install_wheel_rs::linker: Writing entrypoints name="MarkupSafe"
DEBUG install_wheel{wheel=/Users/bmoss40/Library/Caches/rattler/cache/uv-cache/archive-v0/OtfkSQiT6W-YfmvuL1S6F}: install_wheel_rs::linker: No data name="MarkupSafe"
DEBUG install_wheel{wheel=/Users/bmoss40/Library/Caches/rattler/cache/uv-cache/archive-v0/OtfkSQiT6W-YfmvuL1S6F}: install_wheel_rs::linker: Writing extra metadata name="MarkupSafe"
DEBUG install_wheel{wheel=/Users/bmoss40/Library/Caches/rattler/cache/uv-cache/archive-v0/OtfkSQiT6W-YfmvuL1S6F}: install_wheel_rs::linker: Writing record name="MarkupSafe"
DEBUG install_wheel{wheel=/Users/bmoss40/Library/Caches/rattler/cache/uv-cache/archive-v0/ZD94ugf6elznX2LDin0h5}: install_wheel_rs::linker: Extracted 2 files name="Werkzeug"
DEBUG install_wheel{wheel=/Users/bmoss40/Library/Caches/rattler/cache/uv-cache/archive-v0/ZD94ugf6elznX2LDin0h5}: install_wheel_rs::linker: Writing entrypoints name="Werkzeug"
DEBUG install_wheel{wheel=/Users/bmoss40/Library/Caches/rattler/cache/uv-cache/archive-v0/ZD94ugf6elznX2LDin0h5}: install_wheel_rs::linker: No data name="Werkzeug"
DEBUG install_wheel{wheel=/Users/bmoss40/Library/Caches/rattler/cache/uv-cache/archive-v0/ZD94ugf6elznX2LDin0h5}: install_wheel_rs::linker: Writing extra metadata name="Werkzeug"
DEBUG install_wheel{wheel=/Users/bmoss40/Library/Caches/rattler/cache/uv-cache/archive-v0/ZD94ugf6elznX2LDin0h5}: install_wheel_rs::linker: Writing record name="Werkzeug"
 INFO pixi::install_pypi: Installed 2 packages in 3ms
✔ Added werkzeug
Added these as pypi-dependencies.
DEBUG resolve_pypi{group=default platform=osx-arm64}:process_request{request=Versions werkzeug}:simple_api{package=werkzeug}:get_cacheable:revalidation_request{url="https://pypi.org/simple/werkzeug/"}:Connection{peer=Client}: h2::codec::framed_write: send frame=GoAway { error_code: NO_ERROR, last_stream_id: StreamId(0) }
DEBUG resolve_pypi{group=default platform=osx-arm64}:process_request{request=Versions werkzeug}:simple_api{package=werkzeug}:get_cacheable:revalidation_request{url="https://pypi.org/simple/werkzeug/"}:Connection{peer=Client}: h2::proto::connection: Connection::poll; connection error error=GoAway(b"", NO_ERROR, Library)
@benmoss benmoss added the bug Something isn't working label May 22, 2024
@tdejager
Copy link
Contributor

I think you are missing the [tool.pixi..] in front of the pypi-options.

@tdejager
Copy link
Contributor

tdejager commented May 22, 2024

I'm getting this with the updated toml (i.e. added tool.pixi):

  × failed to solve the pypi requirements of 'default' 'osx-arm64'
  ├─▶ error during setting up of editable build environment
  ├─▶ Failed to install requirements from build-system.requires (resolve)
  ├─▶ No solution found when resolving: setuptools
  ╰─▶ HTTP status server error (500 Internal Server Error) for url (https://example.com/simple/setuptools/)

@benmoss
Copy link
Author

benmoss commented May 23, 2024

@benmoss
Copy link
Author

benmoss commented May 23, 2024

Ah I see these are the pixi.toml docs

@benmoss benmoss closed this as completed May 23, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants