Hello,
When I try to install ctranslate2 on a virtual environment, I get this following error:
What am I missing?
ERROR: Could not find a version that satisfies the requirement ctranslate2 (from versions: none)
ERROR: No matching distribution found for ctranslate2
Here is a screenshot:
I needed to install ctranslate2==1.19.0.
I upgraded pip3 in the dockerfile (RUN pip3 install --upgrade pip), It solved my issue of :
ERROR: Could not find a version that satisfies the requirement ctranslate2 (from versions: none)
ERROR: No matching distribution found for ctranslate2```