fitlog
fitlog copied to clipboard
请问是否支持python 3.5版本?
我尝试在服务器上安装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.
代码层面可能支持3.5,但我们没有测试过3.5版本的python。可以通过手动clone到本地,然后修改requirements文件,再安装。