-
```bash
root@dirt-n745wu:/home/dirt/geneva# python3.6 engine.py
/usr/local/lib/python3.6/site-packages/scapy/config.py:384: CryptographyDeprecationWarning: Python 3.6 is no longer supported by the P…
-
PyO3 0.23 is coming out soon (hopefully this week).
Supporting it should allow supporting the free-threaded build of Python 3.13 as well.
Here's the compiler error I get if I patch `Cargo.toml` …
-
When I tried to do:
```rust
let module = py.import(".module")?;
println!("{:?}", module);
```
The compiler failed with
```
The trait `std::fmt::Debug` is not implemented for `cpython::PyModule`…
iddan updated
6 years ago
-
The `#[pymodule]` line is the only one not covered in the repo.
https://github.com/cjermain/rust-python-coverage/blob/9ec11bffedcd3f3d9820911d33a5e5eeef06d6d7/src/lib.rs#L16
This issue tracks exclud…
-
I tried to write Python bindings for a struct containing `ndarray` type fields, but it does not compile: (`rust-numpy` v0.22.0)
```Rust
use pyo3::prelude::*;
use pyo3::{pymodule, Bound, PyResult};
…
iv461 updated
3 weeks ago
-
Samus takes on a brownish hue when loaded with Pillow 7.0 or later. 6.2.2 works fine. Why?
-
Hmmm
Here's the description from the official documentaion for PyModule_Create2
I still don't know why it's giving me this error though ...
```
PyObject* PyModule_Create2(PyModuleDef *def, int …
-
When running the test program, I encountered the following error message. It seems to be related to the use of `multiprocessing` in the [sentence_transformers](https://huggingface.co/sentence-transfor…
-
### 🐛 Describe the bug
If I run a PyTorch code for the first time using the `eval` function and the built-in functions are restricted, then an internal assertion failure occurs.
```python
import …
-
### Information about bug
Please help, I don't know what I need to do. Suddenly, this happened after the update.
![error login](https://github.com/user-attachments/assets/142f5b55-fba2-46ee-8b0a-f…