We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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其他版本等),所以可空闲之余处理
The text was updated successfully, but these errors were encountered:
No branches or pull requests
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其他版本等),所以可空闲之余处理
The text was updated successfully, but these errors were encountered: