Answers for "rust error: failed to run custom build command for python3-sys"

0

rust error: failed to run custom build command for python3-sys

/* 
python3-sys uses a build script to determine the Python version and set 
the correct linker arguments. By default it will attempt to use the 
following in order:

 - Any active Python virtualenv.
 - The python executable (if it's a Python 3 interpreter).
 - The python3 executable.
 
So the easiest way to deal with this is to create a python virtualenv in 
your project folder.
*/
Posted by: Guest on January-06-2022

Code answers related to "rust error: failed to run custom build command for python3-sys"

Browse Popular Code Answers by Language