When running pip install opencv-contrib-python
it slows down the computer, CPU usage is 100%, full 16GB RAM is used. Something is wrong with my computer? I see 'Clang' taking up 98% of CPU.
Python version 3.8.9.
Asked
Active
Viewed 186 times
1

Wim den Herder
- 1,197
- 9
- 13
-
How long did you wait for the process to complete? – MisterMiyagi Dec 02 '21 at 07:29
-
I have two laptops trying hard now. They are at 'Building wheel for opencv-contrib-python'. One laptop has achieved this and creates another wheel. This part takes a lot of time – Wim den Herder Dec 02 '21 at 07:47
-
Ah it seems normal to take 20 minutes, from these posts https://stackoverflow.com/questions/63669752/building-wheel-for-opencv-python-pep-517-runs-forever – Wim den Herder Dec 02 '21 at 07:48
-
This solved it for me: pip install --upgrade pip setuptools wheel – Wim den Herder Dec 02 '21 at 07:50