-
Notifications
You must be signed in to change notification settings - Fork 7
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Can't start app.py, can you help? #21
Comments
Hey @icepoke1223! Seems like the cv2 version is not the right one, if you do a I have:
|
|
I've been looking a bit and it seems the problem comes from the numpy package, try to uninstall and install numpy. |
|
hmm you can try to upgrade the opencv-python version
|
I've already tried. I also used my old Windows 10 laptop to test it, but the result is the same – it still freezes with the same issue. |
I see... Looking a bit seems the problem is the version of the numpy with the version of opencv_python. Check this posts: Some people have tried downgrading both numpy and opencv, I don't recommend it but you can give it a try. |
This method worked thank you very much! But as one problem is solved, a new one has appeared.🥴 |
@icepoke1223 This may or may not help but refer to a previous issue I made. Hope it proves useful! It resolved all subprocess.py issues for me! Issue #1 @321098123 gave this tip: "I resolved this issue by adding the shell=True argument to all subprocess.py commands and registering LDPlayer's ADB in the system environment variables." |
@AdriaGual lets do a good version freeze on our side, also we can add the emulator path to the calls of ADB so the user dont have to worry about it.... |
Add LDPlay to the path is work! thank you all🥰🥰🥰 |
You should be able to update
|
Hello! The same thing happened to me but I can't solve it, could you help me with this problem? I don't know how or where to send you a message to contact you. EDIT: I modified the shell=True argument in all subprocess.py commands and registered the LDPlayer ADB in the system environment variables but it still doesn't work. After I did that I restarted everything, before I used BlueStack and at least tried to move the cards, now when I activate the bot with LDP it does nothing :c Maybe I'm missing something but I don't know and sorry for so many questions and request for help Update: I tried bluestack again and it is not taking the emulator either. It seems to be a bot-emulator sync error that is not associating (highlighted in yellow) |
|
@TerpToke Where is the discord server? is it finished? can we have the link please? |
Can't start app.py, can you help?
Python 3.12.0
pip 24.3.1
windows 11 23H2
The text was updated successfully, but these errors were encountered: