fitlog icon indicating copy to clipboard operation
fitlog copied to clipboard

请问是否支持python 3.5版本?

Open ZHANGHY123 opened this issue 5 years ago • 1 comments

我尝试在服务器上安装fitlog, 但出现如下错误:

(venv-torch) zhy@node27:~$ pip install git+https://gitee.com/fastnlp/fitlog Collecting git+https://gitee.com/fastnlp/fitlog Cloning https://gitee.com/fastnlp/fitlog to /tmp/pip-req-build-gdyvazpp Running command git clone -q https://gitee.com/fastnlp/fitlog /tmp/pip-req-build-gdyvazpp ERROR: Package 'fitlog' requires a different Python: 3.5.2 not in '>=3.6' WARNING: You are using pip version 19.3.1; however, version 20.3.3 is available. You should consider upgrading via the 'pip install --upgrade pip' command.

ZHANGHY123 avatar Dec 25 '20 10:12 ZHANGHY123

代码层面可能支持3.5,但我们没有测试过3.5版本的python。可以通过手动clone到本地,然后修改requirements文件,再安装。

yhcc avatar Dec 26 '20 01:12 yhcc