nopeAnon / Automated-HoloCure-Fishing

Automated Holocure Fishing Bot
GNU General Public License v3.0
66 stars 33 forks source link

cv2 and numpy #44

Open DMOlivia opened 11 months ago

DMOlivia commented 11 months ago

ảnh any way to resolve "cv2" and "numpy" problem?

TakeoIschiFan commented 11 months ago

This error occurs if your python installation doesn't detect the third party packages required for the script to run. I assume you want to help develop and not just run?

Basically this program uses a virtual python environment that is specific to this script. You can learn more about what a virtual environments is on this page.

More specifically, you should run the prepare.bat script first, then point vscode to the virtual environment in the .venv folder that has been created using the steps found here

evileye2002 commented 2 months ago

Same issue affter run prepare.bat it only install those: image

Edit: manual install fix the issue image