-
-
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 install with pip error #5
Comments
I have the same problem on MacOS 11.0.1 |
I am having the same issue, also getting "setuptools" error on top of that. I have the latest versions of python, pip, setuptools. I've tried everything I could find online to no avail. I'm also on MacOS 11.0.1. If anyone can help that'd be great! And let me know if you need more information. |
a workaround for me was installing qmk directly via pip. |
Yep that worked for me too, thanks! Unfortunately the official set up guide didn't mention anything about the possibility of installing via pip for mac os. |
Can you share the code that you ran to install it |
Im still curious about the implications, anything besides not getting the updates automatically? |
The pip error message is a red herring. Can you share the entire log file located at |
Sure when I get home today I will send those logs |
These are my logs. Looks like there's an attribute error. |
Not sure if it is related, but I also encountered problems when running |
Looks like a problem installing the coverage dependency. Can you try running |
I get |
Looks like I don't even have that directory?
Another thing I noticed is consistent with each failure
It looks like it's getting hung on setuptools although I could be wrong. |
Here is what I am seeing with MacOS 11.3: Last 15 lines from /Users//Library/Logs/Homebrew/qmk/04.pip:
If reporting this issue please do so at (not Homebrew/brew or Homebrew/core): These open issues may also help: Interestingly: python3 -m pip --version And this? pip3 install qmk |
Any estimate as to when this issue might be attended to? |
When we have something we can action. Your issue seems to be that pypi.org, or your path to pypi.org, is broken. There's nothing we can do to fix that, it's a problem you'll have to resolve yourself. The other reported issues are either transient or we haven't been able to reproduce them. Without the ability to reproduce them or someone who is affected suggesting a specific fix there's not a whole lot we can do, even though we want to ensure that everyone can install qmk. |
Thank you for the response!
It appears to be an internal issue at pypi.org <http://pypi.org/> with the qmk package since:
python3 -m pip install qmk
As noted in the entry there
Fails with:
WARNING: Retrying (Retry(total=0, connect=None, read=None, redirect=None, status=None)) after connection broken by 'ReadTimeoutError("HTTPSConnectionPool(host='pypi.org', port=443): Read timed out. (read timeout=15)")': /simple/qmk/
[repeats several times]
ERROR: Could not find a version that satisfies the requirement qmk
ERROR: No matching distribution found for qmk
Is there a way to contact the maintainers of this package (qmk, skully) to see if they can make sure that the links are set up correctly?
Thanks again.
Pat
… On May 4, 2021, at 20:02, Zach White ***@***.***> wrote:
Any estimate as to when this issue might be attended to?
When we have something we can action.
Your issue seems to be that pypi.org, or your path to pypi.org, is broken. There's nothing we can do to fix that, it's a problem you'll have to resolve yourself. The other reported issues are either transient or we haven't been able to reproduce them. Without the ability to reproduce them or someone who is affected suggesting a specific fix there's not a whole lot we can do, even though we want to ensure that everyone can install qmk.
—
You are receiving this because you commented.
Reply to this email directly, view it on GitHub <#5 (comment)>, or unsubscribe <https://github.com/notifications/unsubscribe-auth/AN7MFUWRSQ4ET37W56HYXL3TMCRNBANCNFSM4UJ6JWUQ>.
|
It's working fine here:
Are you able to download the package manually with |
Dammit. That is odd!
This is what I get with wget:
▶ wget https://files.pythonhosted.org/packages/99/bb/131bbeab7521c3ca57c6193c03019026bd9115bc6f396b5366ca44c67da8/qmk-0.0.45.tar.gz
--2021-05-04 23:53:59-- https://files.pythonhosted.org/packages/99/bb/131bbeab7521c3ca57c6193c03019026bd9115bc6f396b5366ca44c67da8/qmk-0.0.45.tar.gz
Resolving files.pythonhosted.org (files.pythonhosted.org)... failed: nodename nor servname provided, or not known.
wget: unable to resolve host address ‘files.pythonhosted.org’
Which acts like DNS is down. And is prob why brew is failing too.
And yet I can get to it just fine with a web browser and can do a host lookup of files.pythohosted.org <http://files.pythohosted.org/> with host and dig and it resolves just fine.
Is there a variable I am missing in my .zsh.conf?
Even more interesting is that I gave up just now and tried brew install qmk/qmk/qmk on my other computer and the install went totally fine.
I should have tried that first instead of bothering you. I apologize. It’s still gonna bug me for a day or two why I could not get the install to run on my laptop… :)
Pat
… On May 4, 2021, at 22:51, Zach White ***@***.***> wrote:
It's working fine here:
$ python3 -m pip install qmk
Collecting qmk
Using cached qmk-0.0.45-py2.py3-none-any.whl (9.3 kB)
Requirement already satisfied: milc>=1.3.0 in ./.local/lib/python3.8/site-packages (from qmk) (1.3.0)
Requirement already satisfied: colorama in ./.local/lib/python3.8/site-packages (from qmk) (0.4.4)
Requirement already satisfied: hjson in ./.local/lib/python3.8/site-packages (from qmk) (3.0.2)
Requirement already satisfied: flake8 in ./.local/lib/python3.8/site-packages (from qmk) (3.9.1)
Requirement already satisfied: appdirs in ./.local/lib/python3.8/site-packages (from qmk) (1.4.4)
Requirement already satisfied: pygments in ./.local/lib/python3.8/site-packages (from qmk) (2.8.1)
Requirement already satisfied: dotty-dict in ./.local/lib/python3.8/site-packages (from qmk) (1.3.0)
Requirement already satisfied: jsonschema>=3 in ./.local/lib/python3.8/site-packages (from qmk) (3.2.0)
Requirement already satisfied: nose2 in ./.local/lib/python3.8/site-packages (from qmk) (0.10.0)
Requirement already satisfied: yapf in ./.local/lib/python3.8/site-packages (from qmk) (0.31.0)
Requirement already satisfied: argcomplete in ./.local/lib/python3.8/site-packages (from qmk) (1.12.3)
Requirement already satisfied: mccabe<0.7.0,>=0.6.0 in ./.local/lib/python3.8/site-packages (from flake8->qmk) (0.6.1)
Requirement already satisfied: pycodestyle<2.8.0,>=2.7.0 in ./.local/lib/python3.8/site-packages (from flake8->qmk) (2.7.0)
Requirement already satisfied: pyflakes<2.4.0,>=2.3.0 in ./.local/lib/python3.8/site-packages (from flake8->qmk) (2.3.1)
Requirement already satisfied: setuptools-scm in ./.local/lib/python3.8/site-packages (from dotty-dict->qmk) (6.0.1)
Requirement already satisfied: setuptools in /usr/lib/python3/dist-packages (from jsonschema>=3->qmk) (45.2.0)
Requirement already satisfied: pyrsistent>=0.14.0 in ./.local/lib/python3.8/site-packages (from jsonschema>=3->qmk) (0.17.3)
Requirement already satisfied: six>=1.11.0 in /usr/lib/python3/dist-packages (from jsonschema>=3->qmk) (1.14.0)
Requirement already satisfied: attrs>=17.4.0 in ./.local/lib/python3.8/site-packages (from jsonschema>=3->qmk) (20.3.0)
Requirement already satisfied: coverage>=4.4.1 in ./.local/lib/python3.8/site-packages (from nose2->qmk) (5.5)
Installing collected packages: qmk
Successfully installed qmk-0.0.45
Are you able to download the package manually with wget https://files.pythonhosted.org/packages/99/bb/131bbeab7521c3ca57c6193c03019026bd9115bc6f396b5366ca44c67da8/qmk-0.0.45.tar.gz?
—
You are receiving this because you commented.
Reply to this email directly, view it on GitHub <#5 (comment)>, or unsubscribe <https://github.com/notifications/unsubscribe-auth/AN7MFUQ2BB57PH7JKW7DAM3TMDFGXANCNFSM4UJ6JWUQ>.
|
Do you need to setup proxy settings? On some systems the CLI tools don't pick up the proxy set by the GUI. Otherwise I'm not sure what could be going on, seems like something local to your system. |
I’ve been thinking about this - the only difference between my laptop (where qmk setup errors out) and my other puter (where qmk setup works without a hitch) is that this latter box is connected to the router directly with ethernet and not wireless like the laptop - maybe it has to do with how the router is handling wireless connections. There’s no proxy per se set up. I even tried turning off all the firewalls to make sure it was not a packet filtering issue. I’m at a loss. I have a working setup now, so I’m gonna try to not give this any more energy :).
… On May 5, 2021, at 11:13, Zach White ***@***.***> wrote:
Do you need to setup proxy settings? On some systems the CLI tools don't pick up the proxy set by the GUI. Otherwise I'm not sure what could be going on, seems like something local to your system.
—
You are receiving this because you commented.
Reply to this email directly, view it on GitHub <#5 (comment)>, or unsubscribe <https://github.com/notifications/unsubscribe-auth/AN7MFUVNPZZMOLP3AYVUQW3TMF4CJANCNFSM4UJ6JWUQ>.
|
Here is the error I am seeing when I run
brew install qmk/qmk/qmk
I have done quite a bit of troubleshooting and I can't see why it's seeing pip as 20.2.4 when my Mac is seeing it as 20.3
Any help here would be nice. I'm assuming it's going to be something simple I'm just being blind.
The text was updated successfully, but these errors were encountered: