Default Github CI failing to build wheel due to unsatisfied trait bounds #2157
-
I've got a project I'm working on that I am able to build locally without errors or warnings using pyo3 and maturin (specifically, I'm confused why the github actions fail, while the local build works fine. It seems to me like maybe the pyo3 trait implementations aren't being recognized for some reason in the github workflow? Any insight is appreciated. The actions fail at the "Build wheel" stage, with the following errors:
|
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
I figured it out, this was due to an incompatibility between |
Beta Was this translation helpful? Give feedback.
I figured it out, this was due to an incompatibility between
pyo3
andindexmap
versions (see PyO3/pyo3#3880)