huggingface / transfer-learning-conv-ai

🦄 State-of-the-Art Conversational AI with Transfer Learning
MIT License
1.74k stars 430 forks source link

Error During Installation #93

Open 19hunter19 opened 3 years ago

19hunter19 commented 3 years ago

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))

moon-home commented 3 years ago

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