VisualDL icon indicating copy to clipboard operation
VisualDL copied to clipboard

python setup.py bdist_wheel 时报错

Open Liudyan opened this issue 4 years ago • 1 comments

按照官方只能装教程,执行 python setup.py bdist_wheel时 出现 (base) C:\Users\liudy\VisualDL>python setup.py bdist_wheel Traceback (most recent call last): File "setup.py", line 42, in README = read('README.md') File "setup.py", line 35, in read return open(os.path.join(TOP_DIR, name)).read() UnicodeDecodeError: 'gbk' codec can't decode byte 0xad in position 5: illegal multibyte sequence 错误。

Liudyan avatar Jun 25 '21 02:06 Liudyan

暂时不支持windows系统下编译,请通过pip安装,谢谢

PeterPanZH avatar Jun 25 '21 02:06 PeterPanZH