I am building a Python web scraping script and i have to use cv2 (OpenCV). So I install using pip install opencv-python as the website directs. And it also installs numpy as a dependency.
However, right after installing that, I'm unable to run my python script. It crashes with the error below:

I think the issue is from Numpy but I don't know how to fix this. Please help.
This is my environment:
- MacOS 10.15.7
- Python 3.9.0
- pip 20.2.4 from /usr/local/lib/python3.9/site-packages/pip (python 3.9)
- Numpy 1.19.2
- opencv-python 4.4.0.44