Raise error when install using pip command #63
Answered
by
ericmjl
tkoyama010
asked this question in
Q&A
-
I had following error when install ERROR: pip's dependency resolver does not currently take into account all the packages that are installed. This behaviour is the source of the following dependency conflicts.
ansys-tools-visualization-interface 0.2.0 requires beartype<1,>=0.17.0, but you have beartype 0.15.0 which is incompatible. My environment is following.
|
Beta Was this translation helpful? Give feedback.
Answered by
ericmjl
Jul 13, 2024
Replies: 1 comment 1 reply
-
Hmmm, I'm not sure how to solve this issue exactly. The base environment into which |
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
tkoyama010
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hmmm, I'm not sure how to solve this issue exactly. The base environment into which
llamabot
is being installed may need to first havebeartype
upgraded to 0.17.0 beforellamabot
can be installed. @tkoyama010 would you be kind enough to verify this please?