No matching distribution found for tensorflow~=1.12.0 (from rasa_core)
See original GitHub issueRasa Core version: pip install rasa_core
Python version: 3.6
Operating system (windows, osx, …): windows 10
Issue: I keep getting this tensorflow error ;
Collecting rasa_core
Using cached https://files.pythonhosted.org/packages/3e/6a/f2c4e8ae1903805324267e915a167ded91a439bafd09efa6da0a2a50e409/rasa_core-0.13.3-py3-none-any.whl
Collecting rocketchat-API~=0.6.0 (from rasa_core)
Using cached https://files.pythonhosted.org/packages/5f/c0/117b97e5b4e057808b4db1dda3bfb9aef46e502b7f8107bc8e33d2df7ee9/rocketchat_API-0.6.27-py3-none-any.whl
Requirement already satisfied: ruamel.yaml~=0.15.0 in c:\users\asus\islemenv\lib\site-packages (from rasa_core) (0.15.37)
Collecting tensorflow~=1.12.0 (from rasa_core)
Could not find a version that satisfies the requirement tensorflow~=1.12.0 (from rasa_core) (from versions: )
No matching distribution found for tensorflow~=1.12.0 (from rasa_core)
I already tried this but still didn’t work
python -m pip install --upgrade
https://storage.googleapis.com/tensorflow/mac/cpu/tensorflow-1.12.0-py3-none-any.whl
EDIT: I solved this by installing an older version of rasa-core with tensorflow 1.10.0 ; then upgraded both ; dunno how it worked but it did
Issue Analytics
- State:
- Created 5 years ago
- Comments:22 (6 by maintainers)
Top Results From Across the Web
Could not find a version that satisfies the requirement tensorflow
Could not find a version that satisfies the requirement TensorFlow (from versions: ) No matching distribution found for TensorFlow. Then I tried ...
Read more >ERROR: No matching distribution found for tensorflow~=1.13 ...
I am trying to install pip3 install rasa_core in virtual environment and getting following error. ERROR: Could not find a version that ...
Read more >Tensorflow Plugin - Metal - Apple Developer
Accelerate the training of machine learning models with TensorFlow right on your Mac. Install base TensorFlow and the tensorflow-metal PluggableDevice to ...
Read more >Install spaCy · spaCy Usage Documentation
spaCy is a free open-source library for Natural Language Processing in Python. It features NER, POS tagging, dependency parsing, word vectors and more....
Read more >Automatically rewrite TF 1.x and compat.v1 API symbols
It will accelerate your upgrade process by converting existing TensorFlow 1.x Python scripts to TensorFlow 2.x. The conversion script automates many mechanical ...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
Am also facing the same issue.
I think, if the team updates rasa_core with a compatibility fix for tensorflow==1.13.1 and update the requirements.txt
We could use rasa_core
Fix for 1.12.0 issue run the following pip install https://storage.googleapis.com/tensorflow/mac/cpu/tensorflow-1.12.0-py3-none-any.whl pip install -U rasa_core
@paxinos is it possible that you have python 3.7 installed, because we don’t quite support that yet