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

[Bug] Installing new versions breaks when installing scipy 1.9.0 #2226

Closed
jfarid27 opened this issue Aug 1, 2022 · 0 comments · Fixed by #2227
Closed

[Bug] Installing new versions breaks when installing scipy 1.9.0 #2226

jfarid27 opened this issue Aug 1, 2022 · 0 comments · Fixed by #2227
Labels
bug Fix bug

Comments

@jfarid27
Copy link
Contributor

jfarid27 commented Aug 1, 2022

Describe the bug

Something in either the conda environment or numpy is causing scipy to update to 1.9.0. It currently breaks on M1 Macbooks since a dependency "Meson" needs OpenBlas to be linked, which isn't currently done correctly on M1/M2 architectures.

To Reproduce

  1. Checkout the main branch.
  2. Run poetry install. It should fail when updating Scipy.

Screenshots

Screen Shot 2022-08-01 at 2 19 09 PM

Desktop (please complete the following information):

  • OS: Mac M1
  • Python 3.8.13

Additional context

Current discussions for fixes are below in Scipy.

scipy/scipy#16308

@github-actions github-actions bot added the bug Fix bug label Aug 1, 2022
jfarid27 added a commit to jfarid27/OpenBBTerminal that referenced this issue Aug 1, 2022
colin99d added a commit that referenced this issue Aug 9, 2022
* Lock Scipy to 1.8.1. Fixes #2226

* Updating requirements.

* Added lock

Co-authored-by: Colin Delahunty <[email protected]>
Co-authored-by: colin99d <[email protected]>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Fix bug
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant