question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Heroku Deploy Error: No matching distribution found for tensorflow~=1.15.0

See original GitHub issue

Rasa version: 1.16.0

Rasa SDK version (if used & relevant):

Rasa X version (if used & relevant):

Python version: 3.7.5

Operating system (windows, osx, …): OSx & Heroku

Issue: When I tried to deploy my RASA-chatbot on Heroku, I am getting an error during push due to TensorFlow version inconsistency.

Error (including full traceback):

remote:          Could not find a version that satisfies the requirement tensorflow~=1.15.0 (from rasa->-r /tmp/build_eb547afa20c8e3e443b80d37cc63b6cd/requirements.txt (line 1)) (from versions: 1.13.0rc1, 1.13.0rc2, 1.13.1, 1.13.2, 1.14.0rc0, 1.14.0rc1, 1.14.0, 2.0.0a0, 2.0.0b0, 2.0.0b1)
remote:        No matching distribution found for tensorflow~=1.15.0 (from rasa->-r /tmp/build_eb547afa20c8e3e443b80d37cc63b6cd/requirements.txt (line 1))
remote:  !     Push rejected, failed to compile Python app.
remote: 
remote:  !     Push failed
remote: Verifying deploy...
remote: 
remote: !	Push rejected to tabip-chatbot.
remote: 
To https://git.heroku.com/tabip-chatbot.git
 ! [remote rejected] master -> master (pre-receive hook declined)
error: failed to push some refs to 'https://git.heroku.com/tabip-chatbot.git'

Command or request that led to error:

Inconsistency with TensorFlow version and pip version(on Heroku?).

Content of configuration file (config.yml) (if relevant):


Content of domain file (domain.yml) (if relevant):


Issue Analytics

  • State:closed
  • Created 4 years ago
  • Comments:18 (2 by maintainers)

github_iconTop GitHub Comments

6reactions
Ahmed7fathicommented, Dec 5, 2020

wow don’t say this is a DeadEnd

0reactions
John-Naglecommented, Oct 17, 2022

Gave up on Rasa years ago. Sorry.

Read more comments on GitHub >

github_iconTop Results From Across the Web

Python app deployed to Heroku : No matching distribution found
The problem is package name statsmodel . ERROR: Could not find a version that satisfies the requirement statsmodel.
Read more >
Could not find a version that satisfies the requirement ...
I solved the issue by switching to Docker builds. #1 Added heroku.yml to the root of my project: build: docker: web: Dockerfile run:...
Read more >
Problem Deploying my App with Heroku - Codecademy Forums
I am following the video tutorial on using Heroku for deploying my app ... versions: none) remote: ERROR: No matching distribution found for ......
Read more >
“No matching distribution found for tensorflow==1.8” Code ...
You can install TensorFlow using the install_tensorflow() function. ERROR: No matching distribution found for tensorflow_io · No matching ...
Read more >
SUSE Hack Week
Updated 11 days ago. No love. 1 follower. Has no hacker: grab it! ... or how to replace git push heroku master and...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found