issues Search Results · repo:PyO3/pyo3 language:Rust
Filter by
1k results
(52 ms)1k results
inPyO3/pyo3 (press backspace or delete to remove)Bug Description
It seems that for some reason some packages (eg pydantic-core) have a (build?) dependency on pyo3, which makes pyo3 port
a requirement to install such packages.
I just had:
error: the ...
bug
zx80
- 3
- Opened yesterday
- #4960
Bug Description
On Rust 1.79 and later, versions of the inventory crate before 0.3.5 (pyo3 currently requires ^0.3.0) cause any
pymethods attribute macros to panic during evaluation.
Steps to Reproduce ...
bug
ADSteele916
- 1
- Opened 7 days ago
- #4950
Hi! I am trying to map my python dataclasses to rust structures. However, my python classes have fields in camelCase
while my rust struct fields are in snake_case. I tried adding the #pyclass attribute ...
enhancement
rtsscy
- 1
- Opened 8 days ago
- #4945
Bug Description
I can annotate a complex enum as #[pyclass(get_all, set_all)], but set_all does not work. It should either work or be
rejected during compilation.
Steps to Reproduce
To demonstrate the ...
bug
DanielT
- Opened 9 days ago
- #4939
Bug Description
When calling run_server() using PyO3 a new process is started, causing an infinite loop. I identified text_vector =
model.encode_text( test text ) as the cause for this strange behavior. ...
bug
SeanPedersen
- 1
- Opened 10 days ago
- #4936
Bug Description
I started adding text_signature annotations to my python module, in order to offer better support for IDEs. When trying
to read back my new annotations with inspect.signature(), I got ...
bug
DanielT
- 4
- Opened 12 days ago
- #4932
Also posted on SO: https://stackoverflow.com/questions/79459741/pyo3-multiple-wrap-found
I am trying to return a HashMap String, Vec Vec f64 from Rust to Python.
This is the function in PyO3 wrapper: ...
deadsoul44
- 4
- Opened 13 days ago
- #4930
Bug Description
Python s exec() has __name__ set to __main__:
exec( print(__name__) )
__main__
When running the same code through PyO3 s py.run(), it ll give builtins.
Steps to Reproduce
See above. ...
bug
nschloe
- Opened 14 days ago
- #4928
Very excited to see UUID support on main -- any idea when this will be released?
enhancement
noahshpak
- 1
- Opened 21 days ago
- #4916
Bug Description
When using pyo3 inside VSCode with rust-analyzer, rust-analyzer fails to compile the proc macros. See the attacked
image.
Image
Steps to Reproduce
1. Create a new virtual environment ...
bug
Ruhrpottpatriot
- Opened 21 days ago
- #4914

Learn how you can use GitHub Issues to plan and track your work.
Save views for sprints, backlogs, teams, or releases. Rank, sort, and filter issues to suit the occasion. The possibilities are endless.Learn more about GitHub IssuesProTip!
Restrict your search to the title by using the in:title qualifier.
Learn how you can use GitHub Issues to plan and track your work.
Save views for sprints, backlogs, teams, or releases. Rank, sort, and filter issues to suit the occasion. The possibilities are endless.Learn more about GitHub IssuesProTip!
Press the /
key to activate the search input again and adjust your query.