-
How to see the Python version for greptime-windows-amd64-pyo3-v0.5.0 |
Beta Was this translation helpful? Give feedback.
Answered by
tisonkun
Jan 8, 2024
Replies: 1 comment 1 reply
-
I created #3118 to print the version in INFO level. I'm not quite familiar with pyo3, but on my environment it's 3.11.6 the same as my platform's Python. I don't know if it just uses the system-preinstalled Python (I guess it is) or bundle one. Perhaps @messense can provide more information. To @messense, the question is what Python is in used when |
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
tisonkun
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I created #3118 to print the version in INFO level.
I'm not quite familiar with pyo3, but on my environment it's 3.11.6 the same as my platform's Python.
I don't know if it just uses the system-preinstalled Python (I guess it is) or bundle one. Perhaps @messense can provide more information.
To @messense, the question is what Python is in used when
Python::with_gil
is called afterpyo3::prepare_freethreaded_python()
is initialized previously in a Rust binary process.