Skip to content

some problom when make python3.7.11 #6

Description

@xueyeyu

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其他版本等),所以可空闲之余处理

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions