Rasa: Error while finding module specification for 'rasa_core.train' - ModuleNotFoundError: No module named 'rasa_core'

Created on 17 May 2018  路  7Comments  路  Source: RasaHQ/rasa

Rasa Core version: 0.8.6

Python version: 3.6.3

Operating system (windows, osx, ...): Windows

Issue:

When executing the command below I get the response that rasa_core module is not found

Command
python -m rasa_core.train -s data/stories.md -d domain.yml -o models/dialogue --epochs 300

Response
C:UsersetrichardsonAppDataLocalProgramsPythonPython36-32python.exe: Error while finding module specification for 'rasa_core.train' (ModuleNotFoundError: No module named 'rasa_core')

Content of domain file (if used & relevant):


Most helpful comment

Did you install rasa_core in that environment? (e.g. try running pip list or pip show rasa_core)

All 7 comments

Did you install rasa_core in that environment? (e.g. try running pip list or pip show rasa_core)

I am also facing same error. When I try to install rasa_core , it ends with below messages:

.....................
Collecting tensorflow<1.9,>=1.7 (from rasa_core)
Could not find a version that satisfies the requirement tensorflow<1.9,>=1.7 (from rasa_core) (from versions: )
No matching distribution found for tensorflow<1.9,>=1.7 (from rasa_core)

try installing tensorflow seperately? with pip install tensorflow==1.8.0

This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.

This issue has been automatically closed due to inactivity. Please create a new issue if you need more help.

rasa-core : 0.13.2
ubuntu: 18.04
python version - 3.6.5

i found an error while running the file train_init.py ModuleNotFoundError: No module named ### 'rasa_core'

Please create a new issue

Was this page helpful?
0 / 5 - 0 ratings