Skip to content

fix(python): Fix the build dependency failure that occurred in pyfory - #2596

Merged
pandalee99 merged 2 commits into
apache:mainfrom
pandalee99:py/setup
Sep 9, 2025
Merged

fix(python): Fix the build dependency failure that occurred in pyfory#2596
pandalee99 merged 2 commits into
apache:mainfrom
pandalee99:py/setup

Conversation

@pandalee99

@pandalee99 pandalee99 commented Sep 9, 2025

Copy link
Copy Markdown
Contributor

Why?

When I repeatedly perform pip install -v e., I encounter the problem of not being able to find pyarrow. This issue is very similar to #1645. However, as long as I perform bazel clean --expunge, the problem can be solved. I think this might be dependency pollution caused by the virtual environment.

What does this PR do?

Related issues

Does this PR introduce any user-facing change?

relate #2595

  • Does this PR introduce any public API change?
  • Does this PR introduce any binary protocol compatibility change?

Benchmark

@pandalee99 pandalee99 changed the title fix build bug fix(python): Fix the build dependency failure that occurred in pyfory Sep 9, 2025
@pandalee99
pandalee99 merged commit 67c0280 into apache:main Sep 9, 2025
60 of 61 checks passed
@chaokunyang

chaokunyang commented Sep 9, 2025

Copy link
Copy Markdown
Collaborator

@pandalee99 This PR needs be reverted, it cause pip install executed bazel build twice, which makes the build time two times. You can see https://github.com/apache/fory/actions/runs/17589426881/job/49967207586?pr=2593

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants