DeppWang / youdaonote-pull

📝 一个一键导出 / 备份「有道云笔记」所有笔记的 Python 脚本。 A Python script to export/backup all the notes of the "Youdao Note".
MIT License
1.33k stars 292 forks source link

安装依赖包一直报错pip install -r requirements.txt #101

Closed guyeu9 closed 1 year ago

guyeu9 commented 1 year ago

File "c:\users\administrator\appdata\local\programs\python\python38\lib\site-packages\pip-23.0.1-py3.8.egg\pip_internal\utils\encoding.py", line 34, in auto_decode return data.decode( UnicodeDecodeError: 'gbk' codec can't decode byte 0xac in position 54: illegal multibyte sequence

DeppWang commented 1 year ago

requirements.txt 文件格式问题,可使用以下格式单独安装包

pip install requests==2.22.0 
guyeu9 commented 1 year ago

可行,原来得单独把txt里面的内容复制出来单独安装