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.

Rasa core build broken on mybinder.org

See original GitHub issue

Hey there 👋,

I am one of the devs of mybinder.org and while looking at our logs noticed that your rasa_core repository doesn’t build any more. It seems to get a fair bit of traffic (I think you use it in the docs for the interactive code examples).

The error is:

  Could not find a version that satisfies the requirement tensorflow==1.12.0 (from -r binder/../requirements.txt (line 10)) (from versions: 1.13.0rc1, 1.13.0rc2, 1.13.1, 2.0.0a0)
No matching distribution found for tensorflow==1.12.0 (from -r binder/../requirements.txt (line 10))

The actual repo that is being built is rasa_core and it seems you are in the process of moving things so maybe this is already solved?

To see the build logs visit https://mybinder.org/v2/gh/rasahq/rasa_core/master or install repo2docker locally (I find that easier for debugging) and run repo2docker https://mybinder.org/v2/gh/rasahq/rasa_core/master.

Issue Analytics

  • State:closed
  • Created 4 years ago
  • Comments:14 (9 by maintainers)

github_iconTop GitHub Comments

1reaction
JustinaPetrcommented, Apr 2, 2019

Hey. Yes, we definitely plan on fixing the repo. In fact, we already pushed the fix but seems like the issue still persists which we will fix ASAP.

1reaction
JustinaPetrcommented, Mar 27, 2019

Oh, yes. Just checked that it’s a python version issue - some dependencies don’t run on python 3.7. We will add the necessary specs to run it on Python 3.6.

Read more comments on GitHub >

github_iconTop Results From Across the Web

Tuning Your NLU Model - Rasa
Depending on the TensorFlow operations a NLU component or Core policy uses, you can leverage multi-core CPU parallelism by tuning these options.
Read more >
Binder Gallery - MyBinder - GESIS
Gallery of popular binder-ready repositories.
Read more >
THE RASA MASTERCLASS HANDBOOK - HubSpot
The Masterclass provides a complete roadmap for building AI assistants—all the way from installing Rasa for the first time to deploying a finished...
Read more >
How to use the rasa.core.domain.Domain.load function in rasa
Secure your code as it's written. Use Snyk Code to scan source code in minutes - no build needed - and fix issues...
Read more >
How To Build a Chatbot Using Rasa NLU? - Analytics Vidhya
Rasa Core generates the training data for the conversational part using the stories we provide. It also lets you define a set of...
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