I tried to install Auto-Selfcontrol but keep getting the message:"No module named setuptools".I'm searching around for solutions and end up install setuptools with this guide.I check the lastest version of setuptools by command:python3 -m pip install --upgrade pip setuptools wheelAnd it shows that it's already had the lastest version. However, I'm still getting the message "No module named setuptools" when I try to run setup.pyIs there anything I can do to fix that? 解决方案 I was getting same issue while installing the package using brew install. I checked I had two version of python installed at /usr/local/Cellar/. I uninstall python with brew uninstall python3 and reinstall it again. However, I think just removing one version should work.if you have Python2 installed, refer to this suggestion here 这篇关于在OS X上没有名为setuptools的模块的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持! 上岸,阿里云!