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

Fix numpy install when building wheels #28532

Merged
merged 2 commits into from
Sep 19, 2023
Merged

Fix numpy install when building wheels #28532

merged 2 commits into from
Sep 19, 2023

Conversation

damccorm
Copy link
Contributor

@damccorm damccorm commented Sep 19, 2023

Right now, we're running into failures building wheels https://github.com/apache/beam/actions/runs/6230338095/job/16910242296

The failures come from installing the new numpy version with error: No BLAS library detected! Install one, or use the allow-noblas build option (note, this may be up to 100x slower for some linear algebra operations).

Fixed following guidance here - numpy/numpy#24703

Example run - https://github.com/apache/beam/actions/runs/6236913523


Thank you for your contribution! Follow this checklist to help us incorporate your contribution quickly and easily:

  • Mention the appropriate issue in your description (for example: addresses #123), if applicable. This will automatically add a link to the pull request in the issue. If you would like the issue to automatically close on merging the pull request, comment fixes #<ISSUE NUMBER> instead.
  • Update CHANGES.md with noteworthy changes.
  • If this contribution is large, please file an Apache Individual Contributor License Agreement.

See the Contributor Guide for more tips on how to make review process smoother.

To check the build health, please visit https://github.com/apache/beam/blob/master/.test-infra/BUILD_STATUS.md

GitHub Actions Tests Status (on master branch)

Build python source distribution and wheels
Python tests
Java tests
Go tests

See CI.md for more information about GitHub Actions CI or the workflows README to see a list of phrases to trigger workflows.

@codecov
Copy link

codecov bot commented Sep 19, 2023

Codecov Report

Merging #28532 (ae07998) into master (08a9767) will increase coverage by 0.00%.
Report is 8 commits behind head on master.
The diff coverage is n/a.

@@           Coverage Diff           @@
##           master   #28532   +/-   ##
=======================================
  Coverage   72.24%   72.24%           
=======================================
  Files         684      684           
  Lines      100952   100952           
=======================================
+ Hits        72929    72931    +2     
+ Misses      26447    26445    -2     
  Partials     1576     1576           
Flag Coverage Δ
python 82.83% <ø> (+<0.01%) ⬆️

Flags with carried forward coverage won't be shown. Click here to find out more.

see 3 files with indirect coverage changes

📣 We’re building smart automated test selection to slash your CI/CD build times. Learn more

@damccorm damccorm marked this pull request as ready for review September 19, 2023 15:46
@damccorm
Copy link
Contributor Author

R: @damondouglas @Abacn

@github-actions
Copy link
Contributor

Stopping reviewer notifications for this pull request: review requested by someone other than the bot, ceding control

Copy link
Contributor

@Abacn Abacn left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@damccorm damccorm merged commit 8222887 into master Sep 19, 2023
90 of 97 checks passed
@damccorm damccorm deleted the users/damccorm/wheels branch September 19, 2023 16:29
@udim udim mentioned this pull request Sep 19, 2023
3 tasks
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants