-
Notifications
You must be signed in to change notification settings - Fork 2.3k
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
Support of manylinux2010 #1373
Comments
Currently, it is a very big restriction. Some libraries pretty much can not be installed with poetry. |
Like I said in this comment #1330 (comment) this is not on Poetry's end and it seems it has been fixed in tensorflow (see tensorflow/tensorflow#32758). So the next release of tensorflow should work and have its dependencies properly specified. |
Isn't the Tensorflow fix just a workaround though? According to this post pipenv was trying to install the MacOS version of Tensorflow since it didn't support manylinux2010 tags (PEP 571). Pipenv managed to fix it on their end by adding manylinux2010 support, see this comment to see that it's fixed on master. Even though they are able to add a workaround on their end, the last official position still that this issue will be resolved by fixing it in poetry. See this comment. So couldn't this happen with another package without adding support for manylinux2010 tags, or is poetry's issue different? Are there any plans to add manylinux2010 support, independent of whether the Tensorflow issue is fixed? Sorry if I got something wrong, I just want to make sure I understand the position on manylinux2010 tags. |
Hey there, |
Same problem here we depend on |
|
This issue has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs. |
Issue
As far, as I understand currently poetry incorrectly processes manylinux2010 dependency tag (which can be seen in this issue from TensorFlow project).
I am not sure, that problem is on the poetry side, but from the fact that PipEnv previously had this problem as well and does not have in recent versions, I conclude that that has to be solved in the poetry as well.
The text was updated successfully, but these errors were encountered: