Skip to content

BLAS warning on Windows builds on conda-forge #515

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

Closed
maresb opened this issue Nov 23, 2023 · 6 comments · Fixed by #517
Closed

BLAS warning on Windows builds on conda-forge #515

maresb opened this issue Nov 23, 2023 · 6 comments · Fixed by #517

Comments

@maresb
Copy link
Contributor

maresb commented Nov 23, 2023

Description

WARNING (pytensor.tensor.blas): Using NumPy C-API based implementation for BLAS functions.

See the logs.

I'm going to add some more debug commands to try and get more info.

@ricardoV94
Copy link
Member

ricardoV94 commented Nov 23, 2023

Probably related to #508

@ricardoV94
Copy link
Member

By the way that should be a blocker not to cut a release in conda-forge

@maresb
Copy link
Contributor Author

maresb commented Nov 23, 2023

To clarify: no conda-forge release until we resolve this warning. Agreed.

@maresb
Copy link
Contributor Author

maresb commented Nov 23, 2023

@ricardoV94
Copy link
Member

Yeah same issue. CC poor @lucianopaz

@lucianopaz
Copy link
Member

I dug into this issue. It looks like conda stores libraries for windows stuff in a different folder. I think that we can fix the problem by simply including the CONDA_PREFIX\Library\bin and CONDA_PREFIX\Library\lib into the library search directories.

That means that #508 is not related to this issue.

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

Successfully merging a pull request may close this issue.

3 participants