crate link for reference
Here they gave a command to install a python package in rust but in ubuntu only...
I saw about shared libraries but idk what library to install
error: process didn't exit successfully: `target\debug\pytest.exe` (exit code: 0xc0000135, STATUS_DLL_NOT_FOUND)
this is the error code now how do i get pytest.exe i dont understand thatand btw cargo project name is pytest but i dont understand how to get this
Asked
Active
Viewed 63 times
1

ninetynin
- 19
- 1
- 6
-
It's unclear. You need to provide a [mre] and debugging details. Did you install Python and ensure it's in the PATH? I recommend the Rust platform, x86_64-pc-windows-msvc, because the official Windows Python package is built with MSVC. – relent95 Oct 21 '22 at 17:06