【简记】编译Python 3.7.4所用命令

1. 
./configure --enable-optimizations --enable-shared --enable-option-checking --enable-universalsdk --enable-profiling --enable-loadable-sqlite-extensions --enable-ipv6 --enable-big-digits
2.
sudo make
有报错:
0:23:20 load avg: 1.20 [336/416] test_sys_settrace
unhandled exception during asyncio.run() shutdown
task: <Task finished coro=<<async_generator_athrow without __name__>()> exception=RuntimeError("can't send non-None value to a just-started coroutine")>
RuntimeError: can't send non-None value to a just-started coroutine
unhandled exception during asyncio.run() shutdown
task: <Task finished coro=<<async_generator_athrow without __name__>()> exception=RuntimeError("can't send non-None value to a just-started coroutine")>
RuntimeError: can't send non-None value to a just-started coroutine
0:23:22 load avg: 1.20 [337/416] test_sysconfig

但未影响编译过程,仍在继续
3.
sudo make install

发布了143 篇原创文章 · 获赞 31 · 访问量 6万+

猜你喜欢

转载自blog.csdn.net/u25th_engineer/article/details/100175677
今日推荐