I am working on a speech to text model and have built it entirely on pycharm in python 3.11.4. Now i have to run it on a remote server (LINUX) using PUTTY but when i run it it just says: Illegal instruction core dumped.
I have not tried anything yet did try to upgrade the python version but apparently the 3.11.4 is not available for Linux yet.
summary: I am working on a speech to text model.I have built it completely on pycharm on windows machine running python 3.11.4 . As the training takes a lot of time i shifted the project folder to the remote linux server using WINSCP. I installed the libraries there by using pip commands mainly numpy , librosa and tensorflow. Then I tried to run the main.py file using the python3 main.py command. But it says Illegal instruction (core dumped).
i have tried checking log files and stuff. But i recently found out that tensorflow uses AVX instructions but my Linux server does not support this AVX instructions i checked. Can this cause problems or not. Guide plz