-
-
Notifications
You must be signed in to change notification settings - Fork 10
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
brew install qmk/qmk/qmk fails to find module "setuptools" #2
Comments
Getting the same response in my local. |
Not sure if this is the same issue you're having, but I ran into this error when I didn't have Installing Hope this helps.
|
@YangR13 pip is sorted and working for other python3 projects. Just can't work out why its not recognising my setuptools install or how to bypass that. |
Also running into the same issue. |
For me the issue turned out to be that pip was installed, but not to the right place. Solution found here worked: https://stackoverflow.com/a/46631019 |
None of the above worked for me, but following this finally seemed to work. |
@bodiddlie thanks for the solution. That worked for me too. |
Worked through this with u/Erovia on discord.
Trying to install as above.
Python is up to date and working at 3.7.3 (with a parallel 2.7 version still)
pip is version 20.1.1
setuptools is 44.1.1
Brew/macos/xcode as follows
Any suggestions from the macos/brew users of the qmk contributors would be appreciated.
Please let me know if there is any further info that would help.
The text was updated successfully, but these errors were encountered: