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
Please follow the issue template when creating an issue.
In this case, this is not a Poetry issue, but a user issue. You need to provide the correct include paths to the C compiler using CFLAGS/CXXFLAGS/LDFLAGS. Poetry only invokes a wheel build; it is the user's role to ensure that their environment is set up in such a way that the toolchain of the native extensions being built can locate their dependencies.
Because Homebrew can't install packages into virtual environments I am unable to install packages that depend on gmp within poetry environments.
To be clear I can instill said packages on my computer in my main environment, but not within Poetry.
For reference see the issue I opened here before I realized it was specific to Poetry:
0xSpaceShard/starknet-devnet#371
The text was updated successfully, but these errors were encountered: