Maurits van Altvorst
Maurits van Altvorst
Still working on this, @transitive-bullshit?
Any solutions? `export python=python2` didn't work for me, and I'm not using pyenv.
I fixed it on my machine (Arch linux) by temporarily changing my `python` symlink in `/usr/bin` to point to `python2` instead of `python3`. So: cd /usr/bin/ sudo ln -sf python2...
I encountered this issue as well, in my case it meant that the drive on my host was full.
Hi! Is anyone working on this? I'd also be interested in this feature, how could I help?
I encounter the same issue here on Windows. This issue is the only thing that still forces me to use a mouse when editing Jupyter Notebooks in VSCode.
Hi! I've also encountered this limitation, are there any updates on this issue?
Would love to use multivariate normal distributions which depends on the Cholesky decomposition. Am eagerly awaiting this.
I also hope this gets fixed soon! Do you happen to have any updates @shuhand0? Thanks
If I were to try to implement this myself, where could I best start? Is there some documentation somewhere about adding new solver backends?