Hey, if i run this on linux i get this error:
Traceback (most recent call last):
File "main.py ", line 40, in <module>
import pyximport
ImportError: No module named 'pyximport'
i have tried installing it with pip, tried to find it with sudo apt-get install python3-pyx but nothing worked
Could you maybe help with this?