-
Notifications
You must be signed in to change notification settings - Fork 14
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
Install fails with version conflict (ResolutionImpossible) #8
Comments
I see in #2 "and requirements update". Maybe that's needed to get things to install. |
Indeed, applying that PR, I'm almost able to get the requirements to install, seemingly only failing to get duckdb to build. If I bump duckdb to 0.10.2, the dependencies resolve. |
jaraco
added a commit
to jaraco/DuckDB-NSQL
that referenced
this issue
Apr 21, 2024
Oh, interesting. If I start from scratch, it still doesn't install due to another ResolutionImpossible:
|
jaraco
added a commit
to jaraco/DuckDB-NSQL
that referenced
this issue
Apr 21, 2024
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
After bypassing #5 by disabling the
flash-attn
dependency, I runpip install -r requirements.txt
and I encounter this failure:Indeed, I see
transformers>=4.34.1
andmanifest-ml[all]==0.1.8
in the requirements, so it seems this set of requirements was never solveable.The text was updated successfully, but these errors were encountered: