Skip to content
Discussion options

You must be logged in to vote

Thank you for your help. I eventually solved the problem by enabling extension-module feature of pyo3. So that Cargo.toml should look like below.

[dependencies]
pyo3 = { version = "0.19.0", optional = true, features = ["extension-module"] }

[features]
default = []
python = ["pyo3"]

Replies: 1 comment 3 replies

Comment options

You must be logged in to vote
3 replies
@NMZ0429
Comment options

@birkenfeld
Comment options

@NMZ0429
Comment options

Answer selected by NMZ0429
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
3 participants