System Environment Setup
According to the record last week, I'tried to finish the tasks below by order. Since I havent used python before, those works were more difficult than they seem to be. 1. Package climi and GPy installation for python environment https://github.com/SheffieldML/GPy/issues/649 (resolution for Gpy ) ???? (climin) 2. https://blender.stackexchange.com/a/51800 (link the anaconda environment to Blender) 3. Issues may happen Error when importing numpy, see here: https://stackoverflow.com/a/56009839 Error when importing keras/GPy, see here: https://stackoverflow.com/a/19105436 • Climin installation This package cannot be found in anaconda package manager, it is currently only available via git from github. I took the research on like ' how to install packages on python', ' how to download packages from github'. All those operations are based on some very simple codes, it still took me a while though. The right approach is: (1) install gitbash and set it...
Comments
Post a Comment