Strip3s / PhoenixBot

Phoenix Bot - A Bird Bot Resurrection
MIT License
262 stars 111 forks source link

[BUG] Can't install on MacOS 11.4 (Apple M1): Missing PyQT5 module #124

Open bitobeats opened 3 years ago

bitobeats commented 3 years ago

Expected Behavior

The app should install and open normally.

Actual Behaviour

The app doesn't install properly.

Error message: ERROR: Could not find a version that satisfies the requirement pyqt5-qt5==5.15.2 (from versions: none) ERROR: No matching distribution found for pyqt5-qt5==5.15.2

Screenshots

Captura de Tela 2021-06-01 às 17 43 54

Repro Steps

I've followed these steps in order (all of them, including the error handling ones): https://github.com/Strip3s/PhoenixBot#quick-install-for-mac

abigdreamer commented 3 years ago

Start over from scratch with new folder after deleting everything. Follow steps. Make sure you have Chrome 89. I think you have installed newer pieces that break the install. I had the same thing happen.

bitobeats commented 3 years ago

Tried it a couple of times with different options... no success. Maybe it's something related to Big Sur or Apple M1? Or do you think this is really about problems when installing?

abigdreamer commented 3 years ago

hmm, do you have another Mac? not an M1? Is there Chrome 89 for M1? Do you get any errors while your installing from scratch -- anything red? Is the system telling you it did something after each step (a few it does not on purpose)? Have you considered a Digital Ocean Droplet?

bitobeats commented 3 years ago

Unfortunately I don't =/

I'm running chrome 90 (for apple m1/arm) The error that appears is attached in my original post: "ERROR: Could not find a version that satisfies the requirement pyqt5-qt5==5.15.2 (from versions: none) ERROR: No matching distribution found for pyqt5-qt5==5.15.2"

Feels like the problem is more related to pyqt5 as after some more tests I realized I can't install it anywhere in my system.

Didn't consider Digital Ocean Droplet... Will look into it, thanks!

abigdreamer commented 3 years ago

This project is not compatible with Chrome 90. It requires Chrome 89. Period. Make sure you start over and use Chrome 89.

bitobeats commented 3 years ago

I wasn't arguing, I just didn't know. No need for "Period.".

I've never seen a project that works only with a specific version of chrome, so it didn't even crossed my mind.

For now I'll try and search another project that install easier. Thanks anyway!

abigdreamer commented 3 years ago

Sorry, don't give up. I'll help you more. Is 89 available for M1?

mobileappmike commented 3 years ago

Exact same issue here with Mac M1. Cannot find past Chrome versions that are M1 compatible. Will try on my Intel Mac later.