Tim Ogden

Results 5 comments of Tim Ogden

Having the same issue after installing normally through the Anaconda prompt. Not sure if it has to do with not supplying weights or what. Happens when I do `python jukebox/sample.py`...

@youdontown 's solution worked for me, though I needed to add the bin folder of wget into my PATH environment variable and restart my Anaconda prompt before it worked. Of...

My canvases do live in the scene so it should be a simple solution. I'm a little confused how to set useCache to false when it is a private field,...

Coming back to this issue, I've found that userCache.LoadNodeCanvas is the method I was looking for. I've included my script which will find the corresponding node canvas attached to my...

Did you remember to use the command `pip install -e .` as the last step of the installation? I was having this same issue until I realized that I just...