I can't install ctranslate2 using pip. The following error message appears:
PS C:\Users\vicha> pip install ctranslate2 -v
Using pip 24.3.1 from C:\Users\vicha\AppData\Local\Programs\Python\Python313\Lib\site-packages\pip (python 3.13)
ERROR: Could not find a version that satisfies the requirement ctranslate2 (from versions: none)
ERROR: No matching distribution found for ctranslate2
Environment:
Windows 11 x64 Professional
PS C:\Users\vicha> python --version
Python 3.13.0
PS C:\Users\vicha> pip --version
pip 24.3.1 from C:\Users\vicha\AppData\Local\Programs\Python\Python313\Lib\site-packages\pip (python 3.13)
I can't install
ctranslate2using pip. The following error message appears:Environment:
Windows 11 x64 Professional