-
Notifications
You must be signed in to change notification settings - Fork 23
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
make build
fails after regenerating the pypi-dependencies.json
#26
Comments
Thanks for pointing out this problem @Roming22. I get the same error after upgrading |
Do you have any info on the version you are using? An md5 hash, a date the file was created? That might help me find the proper version and submit a change to Makefile. |
@inercia Any thing I can do to help move this issue forward? I'd love to be able to build k3x locally and submit fixes/features. |
I cannot reproduce with the latest version of the repository. Using a brand new VM, a clean checkout followed by |
Ignore my previous comment, I forgot to try and regenerate the dependencies, which is now failing with
|
@Roming22, that's strange, that URL seems to be working fine: $ curl https://pypi.org/pypi/system_hotkey/1.0.3/json
{"info":{"author":"timothy eichler","author_email":"[email protected]","bugtrack_url":null,"classifiers":["Development Status :: 4 - Beta","Intended Audience :: Developers","License :: OSI Approved :: BSD License","Operating System :: OS Independent","Programming Language :: Python :: 3"],"description":"System Hotkey... Could that be a connectivity problem? |
@inercia The issue is that
|
@inercia Can you confirm that on your side the dependency generation fails if you add a new dependency to |
make build
ends in error:I'm not sure how to fix that...
That's preventing me to test and submit a PR for issue #24 (I need to add paramiko to requirements.txt, regenerate the dependencies and validate with a build and run).
The text was updated successfully, but these errors were encountered: