系统:Deepin V23(beta3)
面板:8.1.0
问题:在网站管理python项目中安装python失败,所有3.*版本都失败
- gcc -c -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -std=c11 -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden -I./Include/internal -I. -I./Include -DPy_BUILD_CORE -o Python/fileutils.o Python/fileutils.c
- Python/fileutils.c: In function ‘_Py_closerange’:
- Python/fileutils.c:2650:9: error: implicit declaration of function ‘close_range’ [-Werror=implicit-function-declaration]
- 2650 | if (close_range(first, last, 0) == 0) {
- | ^~~~~~~~~~~
- cc1: some warnings being treated as errors
- make: *** [Makefile:2523:Python/fileutils.o] 错误 1
复制代码
|
|