-
Notifications
You must be signed in to change notification settings - Fork 10
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
conflict error: pip install - e . #11
Comments
Hi, I have met the same problem. Did you solve it? |
Did anyone solve this error? |
Same error, did anyone solve it? |
Hey, I solved this problem. If you look at the logs (the error is not in the picture of the original poster) you will see that pip cannot find a version that fits all the requirements. You need to add a version for a few of the packages specified in pyproject.toml. If someone has a better way of dealing with this please let me know. I currently do not have time to make sure that the versions I specified but this is what the dependencies section in my pyproject.toml looks like:
|
How can I resolve an error message when using the pip install - e. command to install vlm-evaluation?
The library I installed is currently as follows:
The text was updated successfully, but these errors were encountered: