Dan
Dan
> Hey @DanielWit , it also looks like you haven't added the test function to the relevant functions, could you look into that 😅 hello sir, I just added a...
Hi Daniel, thanks for the quick response. ``` fig, ax = mpf.plot(data[0:350], figsize = (9, 4), type ='candle', axisoff=True, tight_layout=True, returnfig = True) canvas = FigureCanvasAgg(fig) canvas.draw() s, (width, height)...
oh ok, that's most likely the issue, my gcc version is 13.1. Thank you for quick response. I will try to solve this somehow
> > oh ok, that's most likely the issue, my gcc version is 13.1. Thank you for quick response. I will try to solve this somehow > > You can...
managed to run DINO. After all, I decided to install Ubuntu 18.04 instead of Debian 11. Given that Ubuntu is older distribution all gcc and g++ were maxed out at...