We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
requirements.txt fails on falcon installation on windows:
note: This error originates from a subprocess, and is likely not a problem with pip.
kglab can load as a library
python -m pip install -r requirements.txt
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.
The text was updated successfully, but these errors were encountered:
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.
Sorry, something went wrong.
No branches or pull requests
I'm submitting a
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:
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:
The text was updated successfully, but these errors were encountered: