### 错误的命令 ``` 为了构建最终的函数库,只需简单的使用 python3 buildlib.py build_ext --inplace 命令即可: ``` ### 正确的命令 ``` python3 setup.py build_ext --inplace ```