plaidml-setup uses the wrong lib path and gets OSErrors
问题 I'm trying to install plaidml-keras on macOS High Sierra. I followed the instruction guide: pip install -U plaidml-keras plaidml-setup Then I got the following errors: Traceback (most recent call last): File "/Users/bogao/anaconda3/envs/plaidml/lib/python3.6/site-packages/plaidml/__init__.py", line 154, in load_library return ctypes.cdll.LoadLibrary(libpath) File "/Users/bogao/anaconda3/envs/plaidml/lib/python3.6/ctypes/__init__.py", line 426, in LoadLibrary return self._dlltype(name) File "