Luca Lista
Results
2
comments of
Luca Lista
I think this is due to the C++ origins of this library. I usually disable pylint warning for those functions: # pylint: disable=C0103 def keyPressEvent(self, event): [ . . ....
Same error on macOS with arm64. As fallback solution, I had to do: ``` > pip3 install numpy [ ... and so on, with all dependencies of my project ......