Traceback (most recent call last):
File "/usr/bin/xattr-2.7", line 7, in <module>
from pkg_resources import load_entry_point
ImportError: No module named pkg_resources
My PYTHONPATH
contains /usr/local/lib/python3.7/site-packages
, the site-packages folder indeed contains the pkg_resources
folder. I tried everything and have spent hours searching stack overflow. I even reinstalled python and setuptools, but nothing seems to work.
The command I am using to install Java - brew cask install java