LitoMore / fanfou-sdk-python

Fanfou SDK for Python
MIT License
8 stars 1 forks source link

pip无法安装 #2

Closed liuxsdev closed 1 year ago

liuxsdev commented 1 year ago

pip install fanfou_sdk 报错: image 是不是setup.py里多了这行 https://github.com/LitoMore/fanfou-sdk-python/blob/96717393a093596dcfe3491055ab18ae18c0002e/setup.py#L4C1-L4C18

LitoMore commented 1 year ago

需要先裝好它所需要的其他庫:

pip install requests
pip install six
pip install fanfou_sdk
LitoMore commented 1 year ago

哦,import fanfou_sdk 在這裡確實可以不需要,我更新一下

LitoMore commented 1 year ago

It is fixed in 0.0.3. Thank you for reporting this!

liuxsdev commented 1 year ago

感谢,已经可以正常安装了