You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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
The text was updated successfully, but these errors were encountered: