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

Old version pip can't install opencv-python #2966

Closed
Vozf opened this issue Sep 25, 2020 · 2 comments
Closed

Old version pip can't install opencv-python #2966

Vozf opened this issue Sep 25, 2020 · 2 comments
Labels
kind/question User questions (candidates for conversion to discussion)

Comments

@Vozf
Copy link

Vozf commented Sep 25, 2020

  • OS version and name: Ubuntu
  • Poetry version: 1.0.10

Issue

I'm trying to install opencv-python with poetry
poetry add opencv-python
It hangs onn this line
- Installing opencv-python (4.4.0.44)
It succeeds only after pip upgrade
poetry run pip install --upgrade pip
First I had
pip 19.2.3
After upgrade
pip 20.2.3

@Vozf Vozf added kind/bug Something isn't working as expected status/triage This issue needs to be triaged labels Sep 25, 2020
@abn
Copy link
Member

abn commented Sep 25, 2020

#2666 upgrades the version pip used. However, I suspect the issue here more to do with the large artifacts. The second run might have had it cached.

@abn abn added kind/question User questions (candidates for conversion to discussion) and removed kind/bug Something isn't working as expected status/triage This issue needs to be triaged labels Sep 25, 2020
@abn abn closed this as completed Sep 25, 2020
Copy link

github-actions bot commented Mar 3, 2024

This issue has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs.

@github-actions github-actions bot locked as resolved and limited conversation to collaborators Mar 3, 2024
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
kind/question User questions (candidates for conversion to discussion)
Projects
None yet
Development

No branches or pull requests

2 participants