Python3中提示:no module named 'wxpy'
生活随笔
收集整理的這篇文章主要介紹了
Python3中提示:no module named 'wxpy'
小編覺(jué)得挺不錯(cuò)的,現(xiàn)在分享給大家,幫大家做個(gè)參考.
場(chǎng)景
本地安裝了Python3并且也已經(jīng)執(zhí)行了pip install wxpy
但是程序運(yùn)行時(shí)提示:
no module named 'wxpy'實(shí)現(xiàn)
wxpy官網(wǎng):
https://pypi.org/project/wxpy/0.3.9.8/
wxpy 支持 Python 3.4-3.6,以及 2.7 版本
所以在python3中仍然沒(méi)法識(shí)別時(shí),嘗試安裝python2,然后配置環(huán)境變量。
再重新 pip install wxpy即可。
安裝Python3后再安裝Python2:
https://blog.csdn.net/BADAO_LIUMANG_QIZHI/article/details/89715707
總結(jié)
以上是生活随笔為你收集整理的Python3中提示:no module named 'wxpy'的全部?jī)?nèi)容,希望文章能夠幫你解決所遇到的問(wèn)題。
- 上一篇: Could not find a ver
- 下一篇: Python中提示:no module