Giter VIP home page Giter VIP logo

Comments (8)

inercia avatar inercia commented on May 26, 2024

Thanks for pointing out this problem @Roming22. I get the same error after upgrading pypi-dependencies.json after upgrading flatpak-pip-generator. When using the old flatpak-pip-generator, I can run make generate and make build and everything works fine. I guess there must be something special about the version of flatpak-pip-generator I was using. I'm still investigating...

from k3x.

Roming22 avatar Roming22 commented on May 26, 2024

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.

from k3x.

Roming22 avatar Roming22 commented on May 26, 2024

@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.

from k3x.

Roming22 avatar Roming22 commented on May 26, 2024

I cannot reproduce with the latest version of the repository. Using a brand new VM, a clean checkout followed by make deps && make build && make run launches the application as expected.
@inercia it looks like the issue can be closed, but I'll let you do it in case there was still something you wanted to do about it.

from k3x.

Roming22 avatar Roming22 commented on May 26, 2024

Ignore my previous comment, I forgot to try and regenerate the dependencies, which is now failing with

Traceback (most recent call last):
  File "/home/rarnaud/Code/k3x/build-aux/flatpak-pip-generator", line 226, in <module>
    url = get_tar_package_url_pypi(name, version)
  File "/home/rarnaud/Code/k3x/build-aux/flatpak-pip-generator", line 63, in get_tar_package_url_pypi
    raise Exception(err)
Exception: Failed to get system_hotkey-1.0.3 source from https://pypi.org/pypi/system_hotkey/1.0.3/json
make: *** [Makefile:244: generate] Error 1

from k3x.

inercia avatar inercia commented on May 26, 2024

@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?

from k3x.

Roming22 avatar Roming22 commented on May 26, 2024

@inercia The issue is that flatpak-pip-generator removed support for any.whl extensions, which is the extension used by system-hotkey.

system-hotkey does not seem to be very active. I would suggest you migrate to the keyboard package which seems to have a larger following, be supported, and uses the extensions supported by flatpak-pip-generator.

from k3x.

Roming22 avatar Roming22 commented on May 26, 2024

@inercia Can you confirm that on your side the dependency generation fails if you add a new dependency to requirements.txt (e.g. paramiko)?

from k3x.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.