-
-
Notifications
You must be signed in to change notification settings - Fork 39
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
Installing on Mac M1 - crash on pyqt5 #379
Comments
@RafalKucharskiPK , This is an upstream issue, so we have no control. I also don't have a machine with an M1 chip available for testing. What you can do for now is to install aequilibrae with the --no-deps flag and install all other requirements (e.g. scipy) manually. |
Note that a new 0.9.1 version is now out which may install more smoothly on
your machine.
If not I might have to spin up an AWS instance to see what is happening
with the M1 chips.
- Jamie
http://jamiecook.wordpress.com
…On Fri, 3 Feb 2023 at 19:29, Pedro Camargo ***@***.***> wrote:
@RafalKucharskiPK <https://github.com/RafalKucharskiPK> , This is an
upstream issue, so we have no control. I also don't have a machine with an
M1 chip available for testing. What you can do for now is to install
aequilibrae with the *--no-deps* flag and install all other requirements
(e.g. scipy) manually.
—
Reply to this email directly, view it on GitHub
<#379 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AABE4VBMSN5JX6XMYDE2UO3WVTFZJANCNFSM6AAAAAAUQAYFZ4>
.
You are receiving this because you are subscribed to this thread.Message
ID: ***@***.***>
|
I am now trying to install AequilibraE in an arm64 base linux machine. I installed PyQt5 in advance but still met this problem. I also tried to add --no-deps flag but the install process still tried to install pyqt5 by itself. Is there any other solution? Or could I compile and install it from the source code? If so, how can I do it? |
@RafalKucharskiPK , PyQt5 has been removed as a dependency, which should solve the problem you are having. As discussed here #582, AequilibraE is not currently built for M1, as we are having problems on CI. That issue is being tracked there, so I am closing this one. |
I cannot install
AequilibraE
on my Mac withpip
It seems ot crash on pyqt5:
Desktop (please complete the following information):
Additional context
Add any relevant data to this issue you are reporting.
The text was updated successfully, but these errors were encountered: