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 python 3.10 & 3.11 pip confilct. #1797

Closed
wants to merge 1 commit into from

Conversation

xuhancn
Copy link
Contributor

@xuhancn xuhancn commented Apr 24, 2024

Fix confilct:
From Linux script: https://github.com/pytorch/builder/blob/main/common/install_mkl.sh#L10
python 3.10:
image

python 3.11:
image

python 3.12:
image

@xuhancn xuhancn closed this Apr 24, 2024
malfet pushed a commit that referenced this pull request Apr 26, 2024
resubmit #1790 with fix PR #1797.

From pytorch issue: pytorch/pytorch#124009 I found libtorch seems use shared mkl lib and missing some mkl dll files.
1. Currently pytorch Linux already use static mkl lib.
2. Windows can also support static mkl lib, I have validated as pytorch/pytorch#116946

Tested in https://github.com/pytorch/pytorch/actions/runs/8836875904/job/24264643410
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.

None yet

2 participants