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.

Not able to import KerasPolicy as from rasa_core.policies.keras_policy

See original GitHub issue

Rasa NLU version:

Operating system (windows, osx, …):

Content of model configuration file:


Issue:

Issue Analytics

  • State:closed
  • Created 5 years ago
  • Comments:5 (3 by maintainers)

github_iconTop GitHub Comments

2reactions
MetcalfeTomcommented, Feb 13, 2019

Hi there, this is an error with Python versions below 3.5.3, upgrading will fix it

0reactions
akeladcommented, Feb 13, 2019

Thanks for that, @MetcalfeTom will get back to you about it soon.

Read more comments on GitHub >

github_iconTop Results From Across the Web

Not able to run dialogue_management_model.py - Rasa Open Source
This is the code which I am trying to execute : from future import absolute_import from future import division from future import print_function...
Read more >
Import Error: Rasa Core - python - Stack Overflow
2 class KerasPolicy is in python3.6/site-packages/rasa_core/policies/keras_policy.py . Hence you would import it using,. from rasa_core.policies ...
Read more >
module for policy 'keraspolicy' could not be loaded. please make ...
At a minimum, the Skype for Business Online Connector module cannot be imported unless the execution policy has been set to RemoteSigned.
Read more >
Building a Rasa chat bot on Google Colab | by usman - Medium
import rasa_coreimport rasa_nluimport spacyimport syspython = sys.executable ... policies=[MemoizationPolicy(), KerasPolicy(), ])# loading our training ...
Read more >
Building chatbot with Rasa and spaCy - Machine Learning Plus
Import the policies and agent from rasa_core.policies import FallbackPolicy, MemoizationPolicy,KerasPolicy from rasa_core.agent import Agent ...
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