📜  rust 错误:无法为 python3-sys 运行自定义构建命令 - Rust 代码示例

📅  最后修改于: 2022-03-11 14:49:25.539000             🧑  作者: Mango

代码示例1
/* 
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.
*/