kglab icon indicating copy to clipboard operation
kglab copied to clipboard

falcon does not install resulting in no kglab library

Open NancyAb opened this issue 1 year ago • 1 comments

I'm submitting a

  • [X] bug report.
  • [ ] feature request.

Current Behaviour:

requirements.txt fails on falcon installation on windows:

note: This error originates from a subprocess, and is likely not a problem with pip.

Expected Behaviour:

kglab can load as a library

Steps to reproduce:

python -m pip install -r requirements.txt

Snapshot:

    return getattr(module, attr_name)
  AttributeError: module 'falcon' has no attribute '__version__'
  [end of output]

note: This error originates from a subprocess, and is likely not a problem with pip. error: subprocess-exited-with-error

× Getting requirements to build wheel did not run successfully. │ exit code: 1 ╰─> See above for output.

Environment:

  • python version 3.13.0
  • pip version 24.3.1
  • OS details 10.0.19045 N/A Build 19045

NancyAb avatar Nov 15 '24 19:11 NancyAb

Saw another failure with python 3.12. I was successful when I used python 3.8.19 . Appears to be a python version issue. I am up and running.

NancyAb avatar Nov 15 '24 20:11 NancyAb

Thank you @NancyAb We've moved to using poetry for package management, and there should be no further dependency on falcon

Please let us know if there are any further issues related to this?

ceteri avatar Aug 19 '25 21:08 ceteri