安装fairseq: pip install --editable报错:UnicodeDecodeError: ‘utf-8‘ codec can‘t decode byte 0xd5 in posi

多次尝试安装fairseq都报错

git clone https://github.com/pytorch/fairseq.git
cd fairseq
git reset --hard  2497a9dc6ebcd58b410e7d8e265219cf0b0dbfbb
pip install --editable ./	

pip install --editable ./ 中一直报错

解决办法:
进入fairseq目录后输入命令python setup.py install即可

你可能感兴趣的:(pip,python,开发语言)