首先,我手动编译安装了python3.3,没有报错。
cd /path/to/python3.3 ./configure make && make install
然后我下载了扭曲的源代码树并使用以下命令安装它:
cd /path/to/twisted python3 setup.py install
然后报错:
error: in 'ext_modules' option (extension 'twisted.runner.portmap'), 'sources' must be present and must be a list of source filenames
我将非常感谢在 centos 上使用 python3 的任何帮助。
谢谢你。
问问题
1018 次