when I use checkinstall to install python3.7.11 , the problem
running install_lib
copying build/lib.linux-x86_64-3.7/_sysconfigdata_m_linux_x86_64-linux-gnu.py -> /usr/local/lib/python3.7/lib-dynload
error: [Errno 2] No such file or directory
make: *** [Makefile:1550:sharedinstall] 错误 1
and when I use make install , the error cant exist , and make install sucess
I find the path ,the file (build/lib.linux-x86_64-3.7/_sysconfigdata_m_linux_x86_64-linux-gnu.py) is exist
Thoungh it is not big problem for me
当我尝试编译打包python3.7.11时,通过checkinstall 安装会出现错误
running install_lib
copying build/lib.linux-x86_64-3.7/_sysconfigdata_m_linux_x86_64-linux-gnu.py -> /usr/local/lib/python3.7/lib-dynload
error: [Errno 2] No such file or directory
make: *** [Makefile:1550:sharedinstall] 错误 1
而使用make install 则没有此错误,安装成功。根据报错信息我找到了路径,发现存在此文件但是提示说找不到。
这个问题看起来不是什么大问题(比如安装python其他版本等),所以可空闲之余处理
when I use checkinstall to install python3.7.11 , the problem
running install_lib
copying build/lib.linux-x86_64-3.7/_sysconfigdata_m_linux_x86_64-linux-gnu.py -> /usr/local/lib/python3.7/lib-dynload
error: [Errno 2] No such file or directory
make: *** [Makefile:1550:sharedinstall] 错误 1
and when I use make install , the error cant exist , and make install sucess
I find the path ,the file (build/lib.linux-x86_64-3.7/_sysconfigdata_m_linux_x86_64-linux-gnu.py) is exist
Thoungh it is not big problem for me
当我尝试编译打包python3.7.11时,通过checkinstall 安装会出现错误
running install_lib
copying build/lib.linux-x86_64-3.7/_sysconfigdata_m_linux_x86_64-linux-gnu.py -> /usr/local/lib/python3.7/lib-dynload
error: [Errno 2] No such file or directory
make: *** [Makefile:1550:sharedinstall] 错误 1
而使用make install 则没有此错误,安装成功。根据报错信息我找到了路径,发现存在此文件但是提示说找不到。
这个问题看起来不是什么大问题(比如安装python其他版本等),所以可空闲之余处理