Rasa core build broken on mybinder.org
See original GitHub issueHey 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:
- Created 4 years ago
- Comments:14 (9 by maintainers)
Top 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 >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 >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
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.
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.