lukas / ml-class

Machine learning lessons and teaching projects designed for engineers

Home Page:https://www.youtube.com/channel/UCBp3w4DCEC64FZr4k9ROxig

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Tip for installing modules via pip

lemonkey opened this issue · comments

On macOS El Capitain and later, you might run into permissions issues and the easiest way to fix this is to use the --user option so that the pip module is installed for the current user.

E.g.,:

pip install --user keras

I was having issues until I did the above.