YuriOsokin
YuriOsokin
Hello, I have downloaded the source code, build it with standard options with "make". It went well. Then I ran the "./SimbodyInstallTest". It opened the visualizer, draw the pendulum and...
**Describe the bug** Installation of version 0.14.8 fails with the following exception: Error compiling Cython file: ------------------------------------------------------------ ... cpdef disable_gpu(): global GPU GPU = False cdef ndarray_wrap_cpointer(void* data, numpy.npy_intp n):...
**Describe the bug** Single dimension normal distribution does not work in pomegranate 1.0.0. **To Reproduce** NormalDistribution([1.], [1.]) raises the error RuntimeError: linalg.cholesky: The input tensor A must have at least...
In the scripts, during connection to a new machine, openSSH requests to accept the fingerprint. It pops up a new window. However, this is not comfortable. I did not find...
I have tried to build on Ubuntu 24.04.1 with Python 3.12, GCC 13.3.0, cmake pip version 3.31.4. The setup.py script fails during DiffVG compilation on line 66, ```subprocess.check_call(['cmake', '--build', '.']...