-
Notifications
You must be signed in to change notification settings - Fork 136
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
error: process didn't exit successfully: target\debug\cpythontest3.exe
(exit code: 0xc0000135, STATUS_DLL_NOT_FOUND)
#286
Comments
Did you install Rust for Windows or WSL? I imagine that PyO3 will want the WSL version of Python when you're running Rust inside WSL and the Windows version of Python when you're running Rust outside of WSL. Your |
Hey ssokolow I have all rust tools & python installed in both wsl and windows..// |
The error indicates that Window searches for required libraries only in the application directory, |
This must be a dumb doubt for sure
Im asking here atlast after I coudnt find solution anywhere... I'm intermediate in python and completed until chapter 5 in rust
Im trying to use python in rust while using the example i couldnt find out how to solve this...
Maybe its this because I didnt know how to do this step i checked out py03 example which suggests just installing python in ubuntu but nothing about in windows and while i just tested installing python using wsl it quite didnt work thats why
The text was updated successfully, but these errors were encountered: