关闭 Petross404 开启了这个问题 2017 年 1 月 29 日 · 1条评论 注释 佩特罗斯404 评论了 2017 年 1 月 29 日 $python -V Python 3.5.2 当我跑 ./configure`` --with-realtime=uspace --enable-non-distributable=yes --with-boost-python=boost_python-2.7 checking python version... File "<string>", line 1 import sys;raise SystemExit,sys.hexversion<0x2070000 ^ SyntaxError: invalid syntax configure: error: Python version too old (2.7 or newer required) 如果我默认选择python2.7,配置完成没有错误。问题是我希望 portage 与 python3.5 一起工作,所以对于某些用户(包括我)来说,默认使用 python2.7 不是一个选项。 一切顺利 成员 杰普勒 评论了 2017 年 1 月 29 日 LinuxCNC 需要 Python 2.7。它与 3.x 不兼容,并且没有人愿意承担移植工作。 尝试指定 –with-python=<path to python 2.7 interpreter> 进行配置;如果它坏了,那么这是我们想要解决的问题。 jepler在完成时 关闭了它 2017 年 1 月 29 日 喜欢 (0) 将 simple-gcode-generators 转移到 linuxcnc org #225 在 i586 上构建版本 2.7.8 失败 #228 v1.3.8-EDGE 重启后键盘快捷键消失 #427 关闭 无法在 gsender 1.2.0 中打开 .gcode 文件 #367 RaspberryPi 运行 gsender 时出现问题 #89 向 fluidnc 发送 $$ 会导致 gsender 崩溃 #473 v1.3.8-EDGE 重启后键盘快捷键消失 #427 关闭无法在 gsender 1.2.0 中打开 .gcode 文件 #367RaspberryPi 运行 gsender 时出现问题 #89向 fluidnc 发送 $$ 会导致 gsender 崩溃 #473功能请求:抑制发送到机器的 gcode 中的 gcode 注释。 #444 关闭通过网络连接进行连接 #171操纵杆运动的剩余问题 #204 关闭新版本认为我的机器一直处于锁定状态 #474 关闭
$python -V Python 3.5.2当我跑
./configure`` --with-realtime=uspace --enable-non-distributable=yes --with-boost-python=boost_python-2.7checking python version... File "<string>", line 1 import sys;raise SystemExit,sys.hexversion<0x2070000 ^ SyntaxError: invalid syntax configure: error: Python version too old (2.7 or newer required)如果我默认选择python2.7,配置完成没有错误。问题是我希望 portage 与 python3.5 一起工作,所以对于某些用户(包括我)来说,默认使用 python2.7 不是一个选项。
一切顺利