transfer-learning-conv-ai icon indicating copy to clipboard operation
transfer-learning-conv-ai copied to clipboard

Error During Installation

Open 19hunter19 opened this issue 4 years ago • 1 comments

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 avatar Nov 23 '20 17:11 19hunter19

@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.

moon-home avatar Mar 12 '21 05:03 moon-home