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 am using python 3.11 64 bit .While installing
pip install opencv-python
pip install tensorflow
and
pip install mxnet
the mxnet throw error "Could not build wheels for numpy, which is required to install pyproject.toml-based projects"
numpy version 1.24.3 is installed .
Which version of opencv-python for cv2 , tensorflow,mxnet is compatible for numpy 1.24.3? Or Should I downgrade numpy version?
Building wheel to numpy is take too much time.
The text was updated successfully, but these errors were encountered:
I am using python 3.11 64 bit .While installing
pip install opencv-python
pip install tensorflow
and
pip install mxnet
the mxnet throw error "Could not build wheels for numpy, which is required to install pyproject.toml-based projects"
numpy version 1.24.3 is installed .
Which version of opencv-python for cv2 , tensorflow,mxnet is compatible for numpy 1.24.3? Or Should I downgrade numpy version?
Building wheel to numpy is take too much time.
The text was updated successfully, but these errors were encountered: