We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
pip install -r requirements.txt fails at pyqt5 on a Macbook with M1 chip. I guess this is a well known issue with pyqt5, e.g., here: baoboa/pyqt5#70
pip install -r requirements.txt
pyqt5
I haven't tried the suggested workaround, but I guess changing the dependency to pyqt6 (if possible) would solve this issue.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
pip install -r requirements.txt
fails atpyqt5
on a Macbook with M1 chip. I guess this is a well known issue with pyqt5, e.g., here: baoboa/pyqt5#70I haven't tried the suggested workaround, but I guess changing the dependency to pyqt6 (if possible) would solve this issue.
The text was updated successfully, but these errors were encountered: