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
[package]
name = "tmp"version = "0.1.0"edition = "2021"# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
pyo3 = { version = "0.18.0", features = ["auto-initialize"] }
Bug Description
Given the example below, I would have expected
to be
false
Steps to Reproduce
Here's my
main.rs
file:Here's my
Cargo.toml
file:If I run the above, I get
I find this a bit odd, because running in Python directly, I get:
Backtrace
No response
Your operating system and version
Linux DESKTOP-U8OKFP3 5.10.102.1-microsoft-standard-WSL2 #1 SMP Wed Mar 2 00:30:59 UTC 2022 x86_64 x86_64 x86_64 GNU/Linux
Your Python version (
python --version
)Python 3.8.16
Your Rust version (
rustc --version
)rustc 1.68.1 (8460ca823 2023-03-20)
Your PyO3 version
0.18.0
How did you install python? Did you use a virtualenv?
virtualenv
Additional Info
No response
The text was updated successfully, but these errors were encountered: