售票员
机器学习驱动的问题分类机器人。
安装
访问我们的并安装。
执照
Ticket Tagger automatically predicts and labels issue types.
Copyright (C) 2018,2019,2020 Rafael Kallis
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Pu
查看python的版本 python -V 如果是2.7以下版本就需要升级了。
首先去官网下载你想要的python压缩包,然后解压。进入主目录执行以下操作(需要GCC编译器支持)
./configure --prefix=/usr/local
make all
make install
make clean
make distclean
执行完这些命令之后,在 /usr/local/bin/ 目录下就能看到 python2.7 ,然后试着执行 /usr/local/bin/python2.7