我在 MacOS 上使用 Python 已经有一段时间了,最近,在尝试执行 MacOS 的 xattr 时,xattr -cr <file>
我总是遇到这个错误:
Traceback (most recent call last):
File "/usr/bin/xattr", line 8, in <module>
from pkg_resources import load_entry_point
ImportError: No module named pkg_resources
我做了很多研究并尝试重新安装 setuptools 和 pip,但我仍然遇到同样的错误。如果有人能引导我找到解决方案,我将不胜感激。提前致谢。