transfer-learning-conv-ai
transfer-learning-conv-ai copied to clipboard
Error During 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))
@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.