Skip to content
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

falcon does not install resulting in no kglab library #343

Open
1 of 2 tasks
NancyAb opened this issue Nov 15, 2024 · 1 comment
Open
1 of 2 tasks

falcon does not install resulting in no kglab library #343

NancyAb opened this issue Nov 15, 2024 · 1 comment

Comments

@NancyAb
Copy link

NancyAb commented Nov 15, 2024

I'm submitting a

  • 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
Copy link
Author

NancyAb commented Nov 15, 2024

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant