You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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)
The text was updated successfully, but these errors were encountered:
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.
@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.
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)
The text was updated successfully, but these errors were encountered: