-
Notifications
You must be signed in to change notification settings - Fork 2.2k
Closed
Labels
bugSomething isn't workingSomething isn't workinggreat writeupA wonderful example of a quality contribution 💜A wonderful example of a quality contribution 💜
Description
Summary
python -m uv pip install networkx -i https://download.pytorch.org/whl/cpu/ -vvvvvnetworkx 3.3 that requires Python 3.10 is installed into Python 3.9 environment.
DEBUG uv 0.6.16
DEBUG Searching for default Python interpreter in virtual environments
TRACE Cached interpreter info for Python 3.9.22, skipping probing: anaconda3/envs/test/bin/python
DEBUG Found `cpython-3.9.22-linux-x86_64-gnu` at `/home/njzjz/anaconda3/envs/test/bin/python` (parent interpreter)
DEBUG Allowing explicitly requested system Python interpreter at `/home/njzjz/anaconda3/envs/test/bin/python`
Using Python 3.9.22 environment at: anaconda3/envs/test
TRACE Checking lock for `anaconda3/envs/test` at `/tmp/uv-b9e6afd7ac573303.lock`
DEBUG Acquired lock for `anaconda3/envs/test`
DEBUG At least one requirement is not satisfied: networkx
DEBUG Using request timeout of 30s
DEBUG Solving with installed Python version: 3.9.22
DEBUG Solving with target Python version: >=3.9.22
TRACE Assigned packages:
TRACE Chose package for decision: root. remaining choices:
DEBUG Adding direct dependency: networkx*
INFO add_decision: Id::<PubGrubPackage>(0) @ 0a0.dev0 without checking dependencies
TRACE Assigned packages: root==0a0.dev0
TRACE Chose package for decision: networkx. remaining choices:
TRACE Fetching metadata for networkx from https://download.pytorch.org/whl/cpu/networkx/
TRACE No cache entry exists for /home/njzjz/.cache/uv/simple-v15/index/e1d141a6ca947dff/networkx.rkyv
DEBUG No cache entry for: https://download.pytorch.org/whl/cpu/networkx/
TRACE Sending fresh GET request for https://download.pytorch.org/whl/cpu/networkx/
TRACE Handling request for https://download.pytorch.org/whl/cpu/networkx/ with authentication policy auto
TRACE Request for https://download.pytorch.org/whl/cpu/networkx/ is unauthenticated, checking cache
TRACE No credentials in cache for URL https://download.pytorch.org/whl/cpu/networkx/
TRACE Attempting unauthenticated request for https://download.pytorch.org/whl/cpu/networkx/
TRACE checkout waiting for idle connection: ("https", download.pytorch.org)
DEBUG starting new connection: https://download.pytorch.org/
DEBUG proxy(http://127.0.0.1:7897) intercepts 'https://download.pytorch.org/'
TRACE Http::connect; scheme=Some("http"), host=Some("127.0.0.1"), port=Some(Port(7897))
DEBUG connecting to 127.0.0.1:7897
DEBUG connected to 127.0.0.1:7897
TRACE tunneling HTTPS over proxy
TRACE ALPN negotiated h2, updating pool
DEBUG binding client connection
DEBUG client connection bound
DEBUG send frame=Settings { flags: (0x0), enable_push: 0, initial_window_size: 2097152, max_frame_size: 16384, max_header_list_size: 16384 }
TRACE encoding SETTINGS; len=24
TRACE encoding setting; val=EnablePush(0)
TRACE encoding setting; val=InitialWindowSize(2097152)
TRACE encoding setting; val=MaxFrameSize(16384)
TRACE encoding setting; val=MaxHeaderListSize(16384)
TRACE encoded settings rem=33
TRACE inc_window; sz=65535; old=0; new=65535
TRACE inc_window; sz=65535; old=0; new=65535
TRACE Prioritize::new; flow=FlowControl { window_size: Window(65535), available: Window(65535) }
TRACE set_target_connection_window; target=5242880; available=65535, reserved=0
TRACE http2 handshake complete, spawning background dispatcher task
TRACE put; add idle connection for ("https", download.pytorch.org)
DEBUG pooling idle connection for ("https", download.pytorch.org)
TRACE checkout dropped for ("https", download.pytorch.org)
TRACE connection.state=Open
TRACE poll
DEBUG send frame=WindowUpdate { stream_id: StreamId(0), size_increment: 5177345 }
TRACE encoding WINDOW_UPDATE; id=StreamId(0)
TRACE encoded window_update rem=46
TRACE inc_window; sz=5177345; old=65535; new=5242880
TRACE poll_complete
TRACE schedule_pending_open
TRACE queued_data_frame=false
TRACE flushing buffer
TRACE inc_window; sz=65535; old=0; new=65535
TRACE inc_window; sz=65535; old=0; new=65535
TRACE send_headers; frame=Headers { stream_id: StreamId(1), flags: (0x5: END_HEADERS | END_STREAM) }; init_window=65535
TRACE Queue::push_back
TRACE -> first entry
TRACE drop_stream_ref; stream=Stream { id: StreamId(1), state: State { inner: HalfClosedLocal(AwaitingHeaders) }, is_counted: false, ref_count: 2, next_pending_send: None, is_pending_send: false, send_flow: FlowControl { window_size: Window(65535), available: Window(0) }, requested_send_capacity: 0, buffered_send_data: 0, send_task: None, pending_send: Deque { indices: Some(Indices { head: 0, tail: 0 }) }, next_pending_send_capacity: None, is_pending_send_capacity: false, send_capacity_inc: false, next_open: None, is_pending_open: true, is_pending_push: false, next_pending_accept: None, is_pending_accept: false, recv_flow: FlowControl { window_size: Window(65535), available: Window(65535) }, in_flight_recv_data: 0, next_window_update: None, is_pending_window_update: false, reset_at: None, next_reset_expire: None, pending_recv: Deque { indices: None }, is_recv: true, recv_task: None, push_task: None, pending_push_promises: Queue { indices: None, _p: PhantomData<h2::proto::streams::stream::NextAccept> }, content_length: Omitted }
TRACE transition_after; stream=StreamId(1); state=State { inner: HalfClosedLocal(AwaitingHeaders) }; is_closed=false; pending_send_empty=false; buffered_send_data=0; num_recv=0; num_send=0
TRACE connection.state=Open
TRACE poll
TRACE poll_complete
TRACE schedule_pending_open
TRACE schedule_pending_open; stream=StreamId(1)
TRACE Queue::push_front
TRACE -> first entry
TRACE requested=0 additional=0 buffered=0 window=65535 conn=65535
TRACE is_pending_reset=false
TRACE pop_frame; frame=Headers { stream_id: StreamId(1), flags: (0x5: END_HEADERS | END_STREAM) }
TRACE transition_after; stream=StreamId(1); state=State { inner: HalfClosedLocal(AwaitingHeaders) }; is_closed=false; pending_send_empty=true; buffered_send_data=0; num_recv=0; num_send=1
TRACE writing frame=Headers { stream_id: StreamId(1), flags: (0x5: END_HEADERS | END_STREAM) }
DEBUG send frame=Headers { stream_id: StreamId(1), flags: (0x5: END_HEADERS | END_STREAM) }
TRACE schedule_pending_open
TRACE queued_data_frame=false
TRACE flushing buffer
TRACE idle interval checking for expired
TRACE connection.state=Open
TRACE poll
TRACE read.bytes=27
TRACE decoding frame from 27B
TRACE frame.kind=Settings
DEBUG received frame=Settings { flags: (0x0), max_concurrent_streams: 128, initial_window_size: 65536, max_frame_size: 16777215 }
TRACE recv SETTINGS frame=Settings { flags: (0x0), max_concurrent_streams: 128, initial_window_size: 65536, max_frame_size: 16777215 }
DEBUG send frame=Settings { flags: (0x1: ACK) }
TRACE encoding SETTINGS; len=0
TRACE encoded settings rem=9
TRACE ACK sent; applying settings
TRACE poll
TRACE read.bytes=13
TRACE decoding frame from 13B
TRACE frame.kind=WindowUpdate
DEBUG received frame=WindowUpdate { stream_id: StreamId(0), size_increment: 2147418112 }
TRACE recv WINDOW_UPDATE frame=WindowUpdate { stream_id: StreamId(0), size_increment: 2147418112 }
TRACE inc_window; sz=2147418112; old=65535; new=2147483647
TRACE poll
TRACE read.bytes=9
TRACE decoding frame from 9B
TRACE frame.kind=Settings
DEBUG received frame=Settings { flags: (0x1: ACK) }
TRACE recv SETTINGS frame=Settings { flags: (0x1: ACK) }
DEBUG received settings ACK; applying Settings { flags: (0x0), enable_push: 0, initial_window_size: 2097152, max_frame_size: 16384, max_header_list_size: 16384 }
TRACE update_initial_window_size; new=2097152; old=65535
TRACE incrementing all windows; inc=2031617
TRACE inc_window; sz=2031617; old=65535; new=2097152
TRACE poll
TRACE poll_complete
TRACE schedule_pending_open
TRACE queued_data_frame=false
TRACE flushing buffer
TRACE connection.state=Open
TRACE poll
TRACE read.bytes=403
TRACE decoding frame from 403B
TRACE frame.kind=Headers
TRACE loading headers; flags=(0x4: END_HEADERS)
TRACE decode
TRACE rem=394 kind=Indexed
TRACE rem=393 kind=LiteralWithIndexing
TRACE rem=384 kind=LiteralWithIndexing
TRACE rem=379 kind=LiteralWithoutIndexing
TRACE rem=351 kind=LiteralWithoutIndexing
TRACE rem=317 kind=LiteralWithoutIndexing
TRACE rem=285 kind=LiteralWithoutIndexing
TRACE rem=257 kind=LiteralWithoutIndexing
TRACE rem=221 kind=LiteralWithoutIndexing
TRACE rem=180 kind=LiteralWithoutIndexing
TRACE rem=164 kind=LiteralWithoutIndexing
TRACE rem=150 kind=LiteralWithoutIndexing
TRACE rem=127 kind=LiteralWithoutIndexing
TRACE rem=75 kind=LiteralWithoutIndexing
TRACE rem=57 kind=LiteralWithoutIndexing
DEBUG received frame=Headers { stream_id: StreamId(1), flags: (0x4: END_HEADERS) }
TRACE recv HEADERS frame=Headers { stream_id: StreamId(1), flags: (0x4: END_HEADERS) }
TRACE recv_headers; stream=StreamId(1); state=State { inner: HalfClosedLocal(AwaitingHeaders) }
TRACE opening stream; init_window=2097152
TRACE transition_after; stream=StreamId(1); state=State { inner: HalfClosedLocal(Streaming) }; is_closed=false; pending_send_empty=true; buffered_send_data=0; num_recv=0; num_send=1
TRACE poll
TRACE read.bytes=793
TRACE decoding frame from 793B
TRACE frame.kind=Data
DEBUG received frame=Data { stream_id: StreamId(1) }
TRACE recv DATA frame=Data { stream_id: StreamId(1) }
TRACE recv_data; size=784; connection=5242880; stream=2097152
TRACE send_data; sz=784; window=5242880; available=5242880
TRACE send_data; sz=784; window=2097152; available=2097152
TRACE transition_after; stream=StreamId(1); state=State { inner: HalfClosedLocal(Streaming) }; is_closed=false; pending_send_empty=true; buffered_send_data=0; num_recv=0; num_send=1
TRACE poll
TRACE read.bytes=9
TRACE decoding frame from 9B
TRACE frame.kind=Data
DEBUG received frame=Data { stream_id: StreamId(1), flags: (0x1: END_STREAM) }
TRACE recv DATA frame=Data { stream_id: StreamId(1), flags: (0x1: END_STREAM) }
TRACE recv_data; size=0; connection=5242096; stream=2096368
TRACE send_data; sz=0; window=5242096; available=5242096
TRACE recv_close: HalfClosedLocal => Closed
TRACE send_data; sz=0; window=2096368; available=2096368
TRACE transition_after; stream=StreamId(1); state=State { inner: Closed(EndStream) }; is_closed=true; pending_send_empty=true; buffered_send_data=0; num_recv=0; num_send=1
TRACE dec_num_streams; stream=StreamId(1)
TRACE poll
TRACE poll_complete
TRACE schedule_pending_open
TRACE flushing buffer
TRACE drop_stream_ref; stream=Stream { id: StreamId(1), state: State { inner: Closed(EndStream) }, is_counted: false, ref_count: 2, next_pending_send: None, is_pending_send: false, send_flow: FlowControl { window_size: Window(65535), available: Window(0) }, requested_send_capacity: 0, buffered_send_data: 0, send_task: None, pending_send: Deque { indices: None }, next_pending_send_capacity: None, is_pending_send_capacity: false, send_capacity_inc: false, next_open: None, is_pending_open: false, is_pending_push: false, next_pending_accept: None, is_pending_accept: false, recv_flow: FlowControl { window_size: Window(2096368), available: Window(2096368) }, in_flight_recv_data: 784, next_window_update: None, is_pending_window_update: false, reset_at: None, next_reset_expire: None, pending_recv: Deque { indices: Some(Indices { head: 1, tail: 2 }) }, is_recv: true, recv_task: None, push_task: None, pending_push_promises: Queue { indices: None, _p: PhantomData<h2::proto::streams::stream::NextAccept> }, content_length: Remaining(0) }
TRACE transition_after; stream=StreamId(1); state=State { inner: Closed(EndStream) }; is_closed=true; pending_send_empty=true; buffered_send_data=0; num_recv=0; num_send=0
TRACE Cached request https://download.pytorch.org/whl/cpu/networkx/ is not storable because its response has a 'no-store' cache-control directive
TRACE release_capacity; size=784
TRACE release_connection_capacity; size=784, connection in_flight_data=784
TRACE release_capacity; size=0
TRACE release_connection_capacity; size=0, connection in_flight_data=0
TRACE drop_stream_ref; stream=Stream { id: StreamId(1), state: State { inner: Closed(EndStream) }, is_counted: false, ref_count: 1, next_pending_send: None, is_pending_send: false, send_flow: FlowControl { window_size: Window(65535), available: Window(0) }, requested_send_capacity: 0, buffered_send_data: 0, send_task: None, pending_send: Deque { indices: None }, next_pending_send_capacity: None, is_pending_send_capacity: false, send_capacity_inc: false, next_open: None, is_pending_open: false, is_pending_push: false, next_pending_accept: None, is_pending_accept: false, recv_flow: FlowControl { window_size: Window(2096368), available: Window(2097152) }, in_flight_recv_data: 0, next_window_update: None, is_pending_window_update: false, reset_at: None, next_reset_expire: None, pending_recv: Deque { indices: None }, is_recv: false, recv_task: None, push_task: None, pending_push_promises: Queue { indices: None, _p: PhantomData<h2::proto::streams::stream::NextAccept> }, content_length: Remaining(0) }
TRACE transition_after; stream=StreamId(1); state=State { inner: Closed(EndStream) }; is_closed=true; pending_send_empty=true; buffered_send_data=0; num_recv=0; num_send=0
TRACE Received package metadata for: networkx
DEBUG Searching for a compatible version of networkx (*)
TRACE Selecting candidate for networkx with range * with 3 remote versions
TRACE Selecting candidate for networkx with range * with 3 remote versions
TRACE Found candidate for package networkx with range * after 1 steps: 3.3 version
TRACE Returning candidate for package networkx with range * after 1 steps
TRACE Found candidate for package networkx with range * after 1 steps: 3.3 version
TRACE Returning candidate for package networkx with range * after 1 steps
DEBUG Selecting: networkx==3.3 [compatible] (networkx-3.3-py3-none-any.whl)
TRACE connection.state=Open
TRACE poll
TRACE poll_complete
TRACE schedule_pending_open
TRACE flushing buffer
TRACE Cached request https://download.pytorch.org/whl/networkx-3.3-py3-none-any.whl.metadata is storable because its response has a heuristically cacheable status code 200
TRACE Freshness lifetime heuristically assumed because of presence of last-modified header: 600s
TRACE Cached request https://download.pytorch.org/whl/networkx-3.3-py3-none-any.whl.metadata has a cached response that does not allow staleness
TRACE Request https://download.pytorch.org/whl/networkx-3.3-py3-none-any.whl.metadata does not have a fresh cache because its age is 91019 seconds, it is greater than the freshness lifetime of 600 seconds and stale cached responses are not allowed
DEBUG Found stale response for: https://download.pytorch.org/whl/networkx-3.3-py3-none-any.whl.metadata
DEBUG Sending revalidation request for: https://download.pytorch.org/whl/networkx-3.3-py3-none-any.whl.metadata
TRACE Handling request for https://download.pytorch.org/whl/networkx-3.3-py3-none-any.whl.metadata with authentication policy auto
TRACE Request for https://download.pytorch.org/whl/networkx-3.3-py3-none-any.whl.metadata is unauthenticated, checking cache
TRACE No credentials in cache for URL https://download.pytorch.org/whl/networkx-3.3-py3-none-any.whl.metadata
TRACE Attempting unauthenticated request for https://download.pytorch.org/whl/networkx-3.3-py3-none-any.whl.metadata
TRACE take? ("https", download.pytorch.org): expiration = Some(90s)
DEBUG reuse idle connection for ("https", download.pytorch.org)
TRACE inc_window; sz=2097152; old=0; new=2097152
TRACE inc_window; sz=65536; old=0; new=65536
TRACE send_headers; frame=Headers { stream_id: StreamId(3), flags: (0x5: END_HEADERS | END_STREAM) }; init_window=65536
TRACE Queue::push_back
TRACE -> first entry
TRACE drop_stream_ref; stream=Stream { id: StreamId(3), state: State { inner: HalfClosedLocal(AwaitingHeaders) }, is_counted: false, ref_count: 2, next_pending_send: None, is_pending_send: false, send_flow: FlowControl { window_size: Window(65536), available: Window(0) }, requested_send_capacity: 0, buffered_send_data: 0, send_task: None, pending_send: Deque { indices: Some(Indices { head: 0, tail: 0 }) }, next_pending_send_capacity: None, is_pending_send_capacity: false, send_capacity_inc: false, next_open: None, is_pending_open: true, is_pending_push: false, next_pending_accept: None, is_pending_accept: false, recv_flow: FlowControl { window_size: Window(2097152), available: Window(2097152) }, in_flight_recv_data: 0, next_window_update: None, is_pending_window_update: false, reset_at: None, next_reset_expire: None, pending_recv: Deque { indices: None }, is_recv: true, recv_task: None, push_task: None, pending_push_promises: Queue { indices: None, _p: PhantomData<h2::proto::streams::stream::NextAccept> }, content_length: Omitted }
TRACE transition_after; stream=StreamId(3); state=State { inner: HalfClosedLocal(AwaitingHeaders) }; is_closed=false; pending_send_empty=false; buffered_send_data=0; num_recv=0; num_send=0
TRACE connection.state=Open
TRACE poll
TRACE poll_complete
TRACE schedule_pending_open
TRACE schedule_pending_open; stream=StreamId(3)
TRACE Queue::push_front
TRACE -> first entry
TRACE requested=0 additional=0 buffered=0 window=65536 conn=2147483647
TRACE is_pending_reset=false
TRACE pop_frame; frame=Headers { stream_id: StreamId(3), flags: (0x5: END_HEADERS | END_STREAM) }
TRACE transition_after; stream=StreamId(3); state=State { inner: HalfClosedLocal(AwaitingHeaders) }; is_closed=false; pending_send_empty=true; buffered_send_data=0; num_recv=0; num_send=1
TRACE writing frame=Headers { stream_id: StreamId(3), flags: (0x5: END_HEADERS | END_STREAM) }
DEBUG send frame=Headers { stream_id: StreamId(3), flags: (0x5: END_HEADERS | END_STREAM) }
TRACE schedule_pending_open
TRACE queued_data_frame=false
TRACE flushing buffer
TRACE connection.state=Open
TRACE poll
TRACE read.bytes=309
TRACE decoding frame from 309B
TRACE frame.kind=Headers
TRACE loading headers; flags=(0x5: END_HEADERS | END_STREAM)
TRACE decode
TRACE rem=300 kind=Indexed
TRACE rem=299 kind=LiteralWithoutIndexing
TRACE rem=271 kind=LiteralWithoutIndexing
TRACE rem=243 kind=LiteralWithoutIndexing
TRACE rem=202 kind=LiteralWithoutIndexing
TRACE rem=188 kind=LiteralWithoutIndexing
TRACE rem=157 kind=LiteralWithoutIndexing
TRACE rem=135 kind=LiteralWithoutIndexing
TRACE rem=83 kind=LiteralWithoutIndexing
TRACE rem=65 kind=LiteralWithoutIndexing
TRACE rem=8 kind=LiteralWithoutIndexing
DEBUG received frame=Headers { stream_id: StreamId(3), flags: (0x5: END_HEADERS | END_STREAM) }
TRACE recv HEADERS frame=Headers { stream_id: StreamId(3), flags: (0x5: END_HEADERS | END_STREAM) }
TRACE recv_headers; stream=StreamId(3); state=State { inner: HalfClosedLocal(AwaitingHeaders) }
TRACE opening stream; init_window=2097152
TRACE transition_after; stream=StreamId(3); state=State { inner: Closed(EndStream) }; is_closed=true; pending_send_empty=true; buffered_send_data=0; num_recv=0; num_send=1
TRACE dec_num_streams; stream=StreamId(3)
TRACE poll
TRACE poll_complete
TRACE schedule_pending_open
TRACE flushing buffer
TRACE drop_stream_ref; stream=Stream { id: StreamId(3), state: State { inner: Closed(EndStream) }, is_counted: false, ref_count: 2, next_pending_send: None, is_pending_send: false, send_flow: FlowControl { window_size: Window(65536), available: Window(0) }, requested_send_capacity: 0, buffered_send_data: 0, send_task: None, pending_send: Deque { indices: None }, next_pending_send_capacity: None, is_pending_send_capacity: false, send_capacity_inc: false, next_open: None, is_pending_open: false, is_pending_push: false, next_pending_accept: None, is_pending_accept: false, recv_flow: FlowControl { window_size: Window(2097152), available: Window(2097152) }, in_flight_recv_data: 0, next_window_update: None, is_pending_window_update: false, reset_at: None, next_reset_expire: None, pending_recv: Deque { indices: None }, is_recv: true, recv_task: None, push_task: None, pending_push_promises: Queue { indices: None, _p: PhantomData<h2::proto::streams::stream::NextAccept> }, content_length: Omitted }
TRACE transition_after; stream=StreamId(3); state=State { inner: Closed(EndStream) }; is_closed=true; pending_send_empty=true; buffered_send_data=0; num_recv=0; num_send=0
TRACE Resource is not modified because old and new etag values ([34, 48, 98, 98, 55, 50, 98, 48, 57, 52, 50, 48, 55, 48, 54, 101, 99, 49, 101, 97, 50, 98, 49, 98, 49, 54, 102, 55, 98, 97, 102, 54, 50, 34]) match
DEBUG Found not-modified response for: https://download.pytorch.org/whl/networkx-3.3-py3-none-any.whl.metadata
TRACE drop_stream_ref; stream=Stream { id: StreamId(3), state: State { inner: Closed(EndStream) }, is_counted: false, ref_count: 1, next_pending_send: None, is_pending_send: false, send_flow: FlowControl { window_size: Window(65536), available: Window(0) }, requested_send_capacity: 0, buffered_send_data: 0, send_task: None, pending_send: Deque { indices: None }, next_pending_send_capacity: None, is_pending_send_capacity: false, send_capacity_inc: false, next_open: None, is_pending_open: false, is_pending_push: false, next_pending_accept: None, is_pending_accept: false, recv_flow: FlowControl { window_size: Window(2097152), available: Window(2097152) }, in_flight_recv_data: 0, next_window_update: None, is_pending_window_update: false, reset_at: None, next_reset_expire: None, pending_recv: Deque { indices: None }, is_recv: false, recv_task: None, push_task: None, pending_push_promises: Queue { indices: None, _p: PhantomData<h2::proto::streams::stream::NextAccept> }, content_length: Omitted }
TRACE transition_after; stream=StreamId(3); state=State { inner: Closed(EndStream) }; is_closed=true; pending_send_empty=true; buffered_send_data=0; num_recv=0; num_send=0
TRACE connection.state=Open
TRACE poll
TRACE poll_complete
TRACE schedule_pending_open
TRACE flushing buffer
TRACE Received built distribution metadata for: networkx==3.3
INFO add_decision: Id::<PubGrubPackage>(1) @ 3.3 without checking dependencies
TRACE Assigned packages: root==0a0.dev0, networkx==3.3
DEBUG Tried 1 versions: networkx 1
DEBUG marker environment resolution took 1.604s
TRACE Resolution: ResolverEnvironment { kind: Specific { marker_env: ResolverMarkerEnvironment(MarkerEnvironment { inner: MarkerEnvironmentInner { implementation_name: "cpython", implementation_version: StringVersion { string: "3.9.22", version: "3.9.22" }, os_name: "posix", platform_machine: "x86_64", platform_python_implementation: "CPython", platform_release: "5.15.167.4-microsoft-standard-WSL2", platform_system: "Linux", platform_version: "#1 SMP Tue Nov 5 00:21:55 UTC 2024", python_full_version: StringVersion { string: "3.9.22", version: "3.9.22" }, python_version: StringVersion { string: "3.9", version: "3.9" }, sys_platform: "linux" } }) } }
TRACE Resolution edge: ROOT -> networkx
TRACE Resolution edge: 0a0.dev0 -> 3.3
Resolved 1 package in 1.62s
DEBUG Registry requirement already cached: networkx==3.3
DEBUG Preserving seed package: pip==25.0.1 (from file:///home/conda/feedstock_root/build_artifacts/pip_1739142759263/work)
DEBUG Preserving seed package: setuptools==79.0.0
DEBUG Preserving seed package: uv==0.6.16
DEBUG Preserving seed package: wheel==0.45.1
TRACE Extracting file name=PackageName("networkx")
TRACE Extracted 582 files name=PackageName("networkx")
TRACE No entrypoints name=PackageName("networkx")
TRACE No data name=PackageName("networkx")
TRACE Writing installer metadata name=PackageName("networkx")
TRACE Writing record name=PackageName("networkx")
Installed 1 package in 51ms
+ networkx==3.3
DEBUG Released lock at `/tmp/uv-b9e6afd7ac573303.lock`
TRACE Streams::recv_eof
Platform
Linux 5.15.167.4-microsoft-standard-WSL2 x86_64 GNU/Linux
Version
uv 0.6.16
Python version
3.9.22
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't workinggreat writeupA wonderful example of a quality contribution 💜A wonderful example of a quality contribution 💜