I have cuda 13 installed but this app expects CUDA 12 to be in the system it seems:
2026-02-27 05:42:02 WARNING: Language en package default expects mwt, which has been added
Traceback (most recent call last):
File "Location\test.py", line 23, in <module>
translatedText = argostranslate.translate.translate("Hello World", from_code, to_code)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "C:\Users\user\AppData\Local\Python\pythoncore-3.12-64\Lib\site-packages\argostranslate\translate.py", line 731, in translate
return translation.translate(q)
^^^^^^^^^^^^^^^^^^^^^^^^
File "C:\Users\user\AppData\Local\Python\pythoncore-3.12-64\Lib\site-packages\argostranslate\translate.py", line 64, in translate
return self.hypotheses(input_text, num_hypotheses=1)[0].value
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "C:\Users\user\AppData\Local\Python\pythoncore-3.12-64\Lib\site-packages\argostranslate\translate.py", line 328, in hypotheses
translated_paragraph = self.underlying.hypotheses(
^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "C:\Users\user\AppData\Local\Python\pythoncore-3.12-64\Lib\site-packages\argostranslate\translate.py", line 201, in hypotheses
apply_packaged_translation(
File "C:\Users\user\AppData\Local\Python\pythoncore-3.12-64\Lib\site-packages\argostranslate\translate.py", line 504, in apply_packaged_translation
translated_batches = translator.translate_batch(
^^^^^^^^^^^^^^^^^^^^^^^^^^^
RuntimeError: Library cublas64_12.dll is not found or cannot be loaded
I have cuda 13 installed but this app expects CUDA 12 to be in the system it seems: