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

Can't run on mac #19

Open
psychon7 opened this issue Sep 6, 2020 · 2 comments
Open

Can't run on mac #19

psychon7 opened this issue Sep 6, 2020 · 2 comments

Comments

@psychon7
Copy link

psychon7 commented Sep 6, 2020

EEGrunt git:(master) ✗ sudo bash install_linux_dependencies.sh
Password:
sudo: apt-get: command not found
WARNING: The directory '/Users/mohankumarv/Library/Caches/pip' or its parent directory is not owned or is not writable by the current user. The cache has been disabled. Check the permissions and owner of that directory. If executing pip with sudo, you may want sudo's -H flag.
Requirement already satisfied: scipy in /Library/Frameworks/Python.framework/Versions/3.7/lib/python3.7/site-packages (1.4.1)
Requirement already satisfied: numpy in /Library/Frameworks/Python.framework/Versions/3.7/lib/python3.7/site-packages (1.18.5)

@codeflight1
Copy link

That script is for linux only, to install dependencies on mac you will have to figure out some other way.
Try looking through that script to see what is needed and then find a way to install it.

@curiositry
Copy link
Owner

@psychon7 If you’re on MacOS, I would recommend using something like Homebrew (or your Mac package manager of choice) to install the necessary dependencies.

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