yves renier

Results 6 comments of yves renier

thanks for the fix, I had the same problem on Debian 10 and it worked like a charm !

Here is a way to not have to restart runtime: replace the cell ```from utils import text_prepare``` by: ``` from importlib import reload reload(sys.modules['utils']) from utils import text_prepare ``` and...

I'm using the amdgpu driver with rocm-opencl 5.1.3. I had no problem with the nvidia card alone. ```bash $ lspci -k | grep -A3 VGA 24:00.0 VGA compatible controller: NVIDIA...

I got the same problem installing from source. As the quick fix you can: ```sh cd /rvs/testscripts sudo ln -s ../rvs . sudo ln -s ../conf . ``` and now...

you are lucky, I just bought a RPi 4, so I will be able to test ! I will try to get a look tonight and I will let you...

I have been working on an update to use MathGL2 but it has been harder than what I expected. Hopefully I will be able to finish during the holidays.