Bug with python 3.12 Can't install on venv Version argostranslate 1.9.3 I build a virtual environment with python venv 'translate'. I launch the virtual environment and update pip I run the "pip install argostranslate" command I get an installation error Bug Processing d:\environnement_python\traduire\argos-translate-master Installing build dependencies ... done Getting requirements to build wheel ... done Installing backend dependencies ... done Preparing metadata (pyproject.toml) ... done Collecting ctranslate2==3.20.0 (from argostranslate==1.9.3) Using cached ctranslate2-3.20.0-cp312-cp312-win_amd64.whl.metadata (10 kB) Collecting sentencepiece==0.1.99 (from argostranslate==1.9.3) Using cached sentencepiece-0.1.99.tar.gz (2.6 MB) Installing build dependencies ... done Getting requirements to build wheel ... error error: subprocess-exited-with-error × Getting requirements to build wheel did not run successfully. │ exit code: 1 ╰─> [31 lines of output] Traceback (most recent call last): File "d:\environnement_python\traduire\Lib\site-packages\pip_vendor\pyproject_hooks_in_process_in_process.py", line 353, in main() File "d:\environnement_python\traduire\Lib\site-packages\pip_vendor\pyproject_hooks_in_process_in_process.py", line 335, in main json_out['return_val'] = hook(**hook_input['kwargs']) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "d:\environnement_python\traduire\Lib\site-packages\pip_vendor\pyproject_hooks_in_process_in_process.py", line 118, in get_requires_for_build_wheel return hook(config_settings) ^^^^^^^^^^^^^^^^^^^^^ File "C:\Users\Utilisateur\AppData\Local\Temp\pip-build-env-nd56gtpl\overlay\Lib\site-packages\setuptools\build_meta.py", line 325, in get_requires_for_build_wheel return self._get_build_requires(config_settings, requirements=['wheel']) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "C:\Users\Utilisateur\AppData\Local\Temp\pip-build-env-nd56gtpl\overlay\Lib\site-packages\setuptools\build_meta.py", line 295, in _get_build_requires self.run_setup() File "C:\Users\Utilisateur\AppData\Local\Temp\pip-build-env-nd56gtpl\overlay\Lib\site-packages\setuptools\build_meta.py", line 487, in run_setup super().run_setup(setup_script=setup_script) File "C:\Users\Utilisateur\AppData\Local\Temp\pip-build-env-nd56gtpl\overlay\Lib\site-packages\setuptools\build_meta.py", line 311, in run_setup exec(code, locals()) File "", line 126, in File "C:\Python\Python312\Lib\subprocess.py", line 408, in check_call retcode = call(*popenargs, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^ File "C:\Python\Python312\Lib\subprocess.py", line 389, in call with Popen(*popenargs, **kwargs) as p: ^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "C:\Python\Python312\Lib\subprocess.py", line 1026, ininit self._execute_child(args, executable, preexec_fn, close_fds, File "C:\Python\Python312\Lib\subprocess.py", line 1538, in _execute_child hp, ht, pid, tid = _winapi.CreateProcess(executable, args, ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ FileNotFoundError: [WinError 2] Le fichier spécifié est introuvable [end of output] note: This error originates from a subprocess, and is likely not a problem with pip. error: subprocess-exited-with-error |