您好,登錄后才能下訂單哦!
本篇文章為大家展示了如何分析使用wxpy這個基于python實現的微信工具庫的常見問題,內容簡明扼要并且容易理解,絕對能使你眼前一亮,通過這篇文章的詳細介紹希望你能有所收獲。
使用如下的命令行安裝:
pip install wxpy
Collecting wxpy
Downloading
https://files.pythonhosted.org/packages/6b/ac/8f
c4561551489f36/wxpy-0.3.9.8.tar.gz (45kB)
100% | 51kB 98kB/s
Collecting itchat==1.2.32 (from wxpy)
Downloading
https://files.pythonhosted.org/packages/61/6d/49
3fec62ed7bb343/itchat-1.2.32-py2.py3-none-any.whl
Requirement already satisfied: requests in c:\myapp\py20180816
Requirement already satisfied: future in c:\myapp\py20180816\l
om wxpy) (0.16.0)
Collecting pyqrcode (from itchat==1.2.32->wxpy)
Downloading
https://files.pythonhosted.org/packages/37/61/f0
884ac68d979316/PyQRCode-1.2.1.tar.gz
Collecting pypng (from itchat==1.2.32->wxpy)
Downloading
https://files.pythonhosted.org/packages/bc/fb/f7
017663467f5147/pypng-0.0.20.tar.gz (649kB)
Requirement already satisfied: certifi>=2017.4.17 in c:\myapp\
wxpy) (2018.8.13)
Requirement already satisfied: chardet<3.1.0,>=3.0.2 in c:\mya
ts->wxpy) (3.0.4)
Requirement already satisfied: urllib3<1.24,>=1.21.1 in c:\mya
ts->wxpy) (1.23)
在python文件wechat.py里使用這個庫的時候,如果遇到如下的錯誤消息:ModuleNotFoundError: No module named PIL
解決方法是安裝pillow這個庫:
pip install pillow
如果遇到下面這個超時的錯誤:
Retrying (Retry(total-1, connect=None, read=None, redirect=None, status-None)) aftery 'ReadTimeoutError("HTTPSConnectionPool(host='pypi.org', port=443): Read timed out./simple/pillow/
可以使用國內鏡像代替:
因為wxpy這個庫背后其實使用的是微信網頁版的功能,所以如果你的python程序在使用wxpy不能正常工作時,先檢查你的微信賬號是否能夠成功登錄微信網頁版,如果遇到下列這種提示,說明你的微信賬號無法使用wxpy庫。
上述內容就是如何分析使用wxpy這個基于python實現的微信工具庫的常見問題,你們學到知識或技能了嗎?如果還想學到更多技能或者豐富自己的知識儲備,歡迎關注億速云行業資訊頻道。
免責聲明:本站發布的內容(圖片、視頻和文字)以原創、轉載和分享為主,文章觀點不代表本網站立場,如果涉及侵權請聯系站長郵箱:is@yisu.com進行舉報,并提供相關證據,一經查實,將立刻刪除涉嫌侵權內容。