You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Error:
ERROR: Could not find a version that satisfies the requirement transformers==2.5.1 (from -r requirements.txt (line 3)) (from versions: 0.1, 2.0.0, 2.1.0, 2.1.1, 2.2.0, 2.2.1, 2.2.2, 2.3.0)
ERROR: No matching distribution found for transformers==2.5.1 (from -r requirements.txt (line 3))
The text was updated successfully, but these errors were encountered:
@19hunter19 Are you using python3.9? I had similar error, my problem was that Tensorflow does not support Python3.9, so I had to switch to 3.8 for this installation.
Following the installation instructions at https://github.com/huggingface/transfer-learning-conv-ai I receive the following error:
Command: "pip install -r requirements.txt"
Error:
ERROR: Could not find a version that satisfies the requirement transformers==2.5.1 (from -r requirements.txt (line 3)) (from versions: 0.1, 2.0.0, 2.1.0, 2.1.1, 2.2.0, 2.2.1, 2.2.2, 2.3.0)
ERROR: No matching distribution found for transformers==2.5.1 (from -r requirements.txt (line 3))
The text was updated successfully, but these errors were encountered: