【发布时间】:2021-06-29 16:53:56
【问题描述】:
我已经在我的 mac 上安装了 pycodestyle,使用的路径相同
pip install pycodestyle
但是当我检查它的版本时,我得到-
"pycodestyle" --version
Traceback (most recent call last):
File "/Users/shashwatkhilar/tools/bin/pycodestyle", line 6, in <module>
from pycodestyle import _main
ModuleNotFoundError: No module named 'pycodestyle'
【问题讨论】:
-
请edit您的问题并添加产生此错误的代码。
标签: python pycodestyle