You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It seems TF is not ABI compatible within the same 2.x range. When an older version of numpy (1.22) is already installed build isolation will pull numpy 1.26 and TF 2.15. After the wheel is built TF 2.12 is installed. WTF pip's dependency resolution system really sucks!
Not sure where to go next - should maybe try another package manager.
The text was updated successfully, but these errors were encountered:
It seems TF is not ABI compatible within the same 2.x range. When an older version of numpy (1.22) is already installed build isolation will pull numpy 1.26 and TF 2.15. After the wheel is built TF 2.12 is installed. WTF pip's dependency resolution system really sucks!
Not sure where to go next - should maybe try another package manager.
The text was updated successfully, but these errors were encountered: