Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

some problom when make python3.7.11 #6

Open
xueyeyu opened this issue Aug 12, 2021 · 0 comments
Open

some problom when make python3.7.11 #6

xueyeyu opened this issue Aug 12, 2021 · 0 comments

Comments

@xueyeyu
Copy link

xueyeyu commented Aug 12, 2021

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant