link to blender 2nd try
I went to the second try for linking to blender, and here are the resolutions of some practical issues. 1. download package from github with anaconda I figured out how to use github link with python language pip last time, but it turned out that it still needs to use anaconda words to make sure every package can be managed with it. They are actually different environment setting, probably because they are different paths, but only connected. To install this package with conda run: conda install -c anaconda git clone https://github.com/BRML/climin.git 2. Virtual Environment re-setup According to last week's attempt, package keras-gpu is not compatiable with python3.8, so I built another 3.7 version and it worked well this time. 3. Link to blender Author had mentioned two potiential issues when linking to blender, not surprisingly, it happened for sure on me. And here's the resolution from author: Even though it's very specific explanatio...