Hi I've been trying for two long days to import a python extension module (pyd) that comes from a personal rust project converted to a python module via maturin/pyo3. I have this single .pyd file that can be imported in a regular python project, but not with pyoxidizer. I've read a lot of documentation and still I can't get it to work.
Please help
Hi I've been trying for two long days to import a python extension module (pyd) that comes from a personal rust project converted to a python module via maturin/pyo3. I have this single .pyd file that can be imported in a regular python project, but not with pyoxidizer. I've read a lot of documentation and still I can't get it to work. Please help