fastnlp / fitlog

fitlog是一款在深度学习训练中用于辅助用户记录日志和管理代码的工具
https://gitee.com/fastnlp/fitlog
Apache License 2.0
1.48k stars 130 forks source link

请问是否支持python 3.5版本? #43

Open ZHANGHY123 opened 3 years ago

ZHANGHY123 commented 3 years ago

我尝试在服务器上安装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.

yhcc commented 3 years ago

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