Skip to content
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

Installation/Running does not work properly on M-series Macs #212

Open
swstegall opened this issue May 19, 2023 · 2 comments
Open

Installation/Running does not work properly on M-series Macs #212

swstegall opened this issue May 19, 2023 · 2 comments

Comments

@swstegall
Copy link

I've found two major bugs trying to get this working on my Mac:

  1. Installing using the instructions in installation.md do not work. Building numpy fails on the M-series Macs.
  • To combat this, I didn't specify versions for numpy and the other packages as specified in the instructions. This allowed pip to finish downloading/installing dependencies.
  1. When running the application in this way, the UI is completely bugged, shown here:
    Screenshot 2023-05-19 at 3 16 25 PM
@ksajay
Copy link

ksajay commented Aug 23, 2023

Have the exact same issue on my M1 Macbook

@vishnuodu
Copy link

vishnuodu commented Apr 29, 2024

Hi @swstegall & @ksajay ,

I am using Macbook air M2 chipset with python installed using homebrew.

I was facing the Numpy/matplotlib issue as well and fixed using the following steps:

  • brew install python-matplotlib
  • brew install numpy
  • brew link --overwrite numpy

After properly linking numpy, I got the expected output

image

Let me know if this worked.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants