lukas / ml-class

Machine learning lessons and teaching projects designed for engineers
https://www.youtube.com/channel/UCBp3w4DCEC64FZr4k9ROxig
GNU General Public License v2.0
2.36k stars 1.17k forks source link

Error when pip install in MacOS #56

Closed jacksenteh closed 4 years ago

jacksenteh commented 4 years ago

I ran into installation error when I execute 'pip install wandb'.

2020-04-02 at 11 46 AM 2020-04-02 at 11 46 AM

OS: MacOS Catalina v10.15.3 Device: Macbook pro 2017

Does anyone got the same problem?

charlesfrye commented 4 years ago

This looks like an error in the build of one of our dependencies, watchdog, rather than in wandb itself.

It looks to be a compilation issue, and may be due to an improper installation of Python. On OS X, you need to install XCode.

Good luck!