Open KSteez11 opened 1 year ago
Check that you have the numpy version numpy==1.21.0
i resolved by
pip uninstall opencv-python-headless -y
pip install opencv-python --upgrade
$ python start.py Connection result: already connected to 127.0.0.1:5555
Picture: 0
- | - | x | - | - | - |
---|
Traceback (most recent call last):
File "C:\Users\User\code\marvel-snap-bot\start.py", line 65, in
pip install opencv-python==4.7.0.68 pip install opencv-python-headless==4.6.0.66
Check that you have the numpy version
numpy==1.21.0
Does it have to be the exact version? I have 1.24.2 and can't seem to downgrade
pip install opencv-python==4.7.0.68 pip install opencv-python-headless==4.6.0.66
These are correct
Exact versions, always.
Just uninstalll the 1.24.2 and install the 1.21.0
Exact versions, always.
Just uninstalll the 1.24.2 and install the 1.21.0
Thanks for the reply. I've finally gotten numpy on 1.21.0 and am still getting the same error. Have tried all fixes in this thread.
[get_fields] Time elapsed: 0:00:01.029457
- | - | - | - | - | - |
---|
Traceback (most recent call last):
File "start.py", line 65, in
FIXED WITH pip install opencv-contrib-python
sirni@NIX MINGW64 /c/marvel-snap-bot (master)
$ python start.py
Traceback (most recent call last):
File "C:\marvel-snap-bot\start.py", line 1, in
how to fix this error
@nixtynine #74
Ill attach a screenshot with some errors ive received. Someone else had the same error as me, but the fix did not help me for some odd reason.