問題タブ [telepot]
For questions regarding programming in ECMAScript (JavaScript/JS) and its various dialects/implementations (excluding ActionScript). Note JavaScript is NOT the same as Java! Please include all relevant tags on your question; e.g., [node.js], [jquery], [json], [reactjs], [angular], [ember.js], [vue.js], [typescript], [svelte], etc.
python - Mac で「「telepot」という名前のモジュールがありません」エラーを解決する方法
みなさん、こんにちは。テレポットに関するチュートリアルの最も単純なコードを Python で実行しようとしていますが、このメッセージが表示され続けます ModuleNotFoundError: No module named 'telepot'
私のコードは非常に基本的です
import telepot
bot = telepot.Bot('1446317719:AAGZy_WVMMv8NG6g_E_fQCyx9ItdIprk7oA')
bot.getMe()
私のpythonバージョンはPython 2.7.16です
私のpython3バージョンはPython 3.9.0です
私のOSはCatalina 10.15.7です
pip install telepot を使用して telepot を繰り返しインストールし、アンインストールして再度インストールしました。常にエラーなしで完了しているため、何が問題なのかわかりません