Flavius Bejan

Results 5 comments of Flavius Bejan

Hello, I have the same problem. I've tested the GUI and CMD using the images provided in resources. The requirements that I've used (in [...] is the actual installed version):...

I've solved it by doing the following. The error says: > File "C:\Users\Flavius\AppData\Roaming\Python\Python38\site-packages\numpy\core\numeric.py", line 1574, in cross > cp -= a1 * b0 > ValueError: non-broadcastable output operand with shape...

Try this in requirements.txt: `numpy==1.17.3 scipy==1.4.0 opencv_python==3.4.8.29 opencv-contrib-python==3.4.8.29 scikit_image==0.14.2 matplotlib==2.2.5 Pillow PyQt5>=5.0 scikit_learn>=0.18.1 `

In my case when the table is rendered, the CSS is injected above the one for all the components. This breaks everything. I've hidden the data showed on the rows...

I'm not sure if this is related to the problem. I've changed from the latest @emotion/styled 11.8.1 to 11.6.0 and the problem was solved. I don't know how and why,...