TensorFlow with Intel gives "No such file or directory" error

I am using Linux Mint and am trying to use TensorFlow with Python. I installed Intel® oneAPI Base Toolkit and set up the environmental variables using “source /opt/intel/oneapi/setvars.sh”. When I try to use TensorFlow however, it gives me"libsycl.so.5: cannot open shared object file: No such file or directory". What can I do to fix this?

Hi @CauslyCompetive, As mentioned in this document could you please try with the following command source /opt/intel/oneapi/setvars.sh intel64. Thank You.