Getting a ModuleNotFoundError: No module named 'trainers' (although 'trainers' is present in...
How can I list files in reverse time order by a command and pass them as arguments to another command?
An isoperimetric-type inequality inside a cube
Is the time—manner—place ordering of adverbials an oversimplification?
Found this skink in my tomato plant bucket. Is he trapped? Or could he leave if he wanted?
The Nth Gryphon Number
Understanding piped commands in GNU/Linux
Pointing to problems without suggesting solutions
Simple Line in LaTeX Help!
How to name indistinguishable henchmen in a screenplay?
How could a hydrazine and N2O4 cloud (or it's reactants) show up in weather radar?
Meaning of 境 in その日を境に
Improvising over quartal voicings
How do Java 8 default methods hеlp with lambdas?
What is a more techy Technical Writer job title that isn't cutesy or confusing?
Is there a spell that can create a permanent fire?
Marquee sign letters
Did any compiler fully use 80-bit floating point?
How does TikZ render an arc?
Inverse square law not accurate for non-point masses?
Are there any irrational/transcendental numbers for which the distribution of decimal digits is not uniform?
Why are two-digit numbers in Jonathan Swift's "Gulliver's Travels" (1726) written in "German style"?
What is "Lambda" in Heston's original paper on stochastic volatility models?
What should one know about term logic before studying propositional and predicate logic?
Keep at all times, the minus sign above aligned with minus sign below
Getting a ModuleNotFoundError: No module named 'trainers' (although 'trainers' is present in Python/SitePackages)
Announcing the arrival of Valued Associate #679: Cesar Manara
Planned maintenance scheduled April 23, 2019 at 23:30 UTC (7:30pm US/Eastern)Python 3.3 (Using IDLE)how can I get scitools to work with Python 3.3.2 in Windows?Repeatedly Getting “Cannot find module” errorUnable to unistall python 3.5 on windowsbs4 python module issueModuleNotFoundError: No module named 'pysqlite2' jupyter notebookModuleNotFoundError: No module named 'distutils.core'Module only installs to Python 2 and I can't access it from Python 3installed python for mac. but when start running anaconda to run pythonImport Error: No Module named
.everyoneloves__top-leaderboard:empty,.everyoneloves__mid-leaderboard:empty,.everyoneloves__bot-mid-leaderboard:empty{ height:90px;width:728px;box-sizing:border-box;
}
Rasa version:0.7.2
Python version: 3.6.8
Operating system: Windows 10
Issue: Getting a ModuleNotFoundError: for trainers but in my Python/ Site Packages that ' trainers' folder is already present
Trying to train the ML model run. (following the github/rasa-site-bot)
python -m rasa_nlu.train -c AI-engine/config_spacy.json --data AI-engine/data/sitebot-data.json
from trainers.spacy_sklearn_trainer import SpacySklearnTrainer
ModuleNotFoundError: No module named 'trainers'
trainers is present in Site packages.
C:Python3.6Libsite-packagesrasa_nlutrainers
From Python terminal tried to import but got same result:
>>> from trainers.spacy_sklearn_trainer import SpacySklearnTrainer
Traceback (most recent call last):
File "<stdin>", line 1, in <module>
ModuleNotFoundError: No module named 'trainers'
How can I mitigate the issue.
thanks in advance.
Tc
python3 bots
New contributor
add a comment |
Rasa version:0.7.2
Python version: 3.6.8
Operating system: Windows 10
Issue: Getting a ModuleNotFoundError: for trainers but in my Python/ Site Packages that ' trainers' folder is already present
Trying to train the ML model run. (following the github/rasa-site-bot)
python -m rasa_nlu.train -c AI-engine/config_spacy.json --data AI-engine/data/sitebot-data.json
from trainers.spacy_sklearn_trainer import SpacySklearnTrainer
ModuleNotFoundError: No module named 'trainers'
trainers is present in Site packages.
C:Python3.6Libsite-packagesrasa_nlutrainers
From Python terminal tried to import but got same result:
>>> from trainers.spacy_sklearn_trainer import SpacySklearnTrainer
Traceback (most recent call last):
File "<stdin>", line 1, in <module>
ModuleNotFoundError: No module named 'trainers'
How can I mitigate the issue.
thanks in advance.
Tc
python3 bots
New contributor
add a comment |
Rasa version:0.7.2
Python version: 3.6.8
Operating system: Windows 10
Issue: Getting a ModuleNotFoundError: for trainers but in my Python/ Site Packages that ' trainers' folder is already present
Trying to train the ML model run. (following the github/rasa-site-bot)
python -m rasa_nlu.train -c AI-engine/config_spacy.json --data AI-engine/data/sitebot-data.json
from trainers.spacy_sklearn_trainer import SpacySklearnTrainer
ModuleNotFoundError: No module named 'trainers'
trainers is present in Site packages.
C:Python3.6Libsite-packagesrasa_nlutrainers
From Python terminal tried to import but got same result:
>>> from trainers.spacy_sklearn_trainer import SpacySklearnTrainer
Traceback (most recent call last):
File "<stdin>", line 1, in <module>
ModuleNotFoundError: No module named 'trainers'
How can I mitigate the issue.
thanks in advance.
Tc
python3 bots
New contributor
Rasa version:0.7.2
Python version: 3.6.8
Operating system: Windows 10
Issue: Getting a ModuleNotFoundError: for trainers but in my Python/ Site Packages that ' trainers' folder is already present
Trying to train the ML model run. (following the github/rasa-site-bot)
python -m rasa_nlu.train -c AI-engine/config_spacy.json --data AI-engine/data/sitebot-data.json
from trainers.spacy_sklearn_trainer import SpacySklearnTrainer
ModuleNotFoundError: No module named 'trainers'
trainers is present in Site packages.
C:Python3.6Libsite-packagesrasa_nlutrainers
From Python terminal tried to import but got same result:
>>> from trainers.spacy_sklearn_trainer import SpacySklearnTrainer
Traceback (most recent call last):
File "<stdin>", line 1, in <module>
ModuleNotFoundError: No module named 'trainers'
How can I mitigate the issue.
thanks in advance.
Tc
python3 bots
python3 bots
New contributor
New contributor
edited 3 hours ago
Vizag
New contributor
asked 3 hours ago
VizagVizag
83
83
New contributor
New contributor
add a comment |
add a comment |
0
active
oldest
votes
Your Answer
StackExchange.ready(function() {
var channelOptions = {
tags: "".split(" "),
id: "3"
};
initTagRenderer("".split(" "), "".split(" "), channelOptions);
StackExchange.using("externalEditor", function() {
// Have to fire editor after snippets, if snippets enabled
if (StackExchange.settings.snippets.snippetsEnabled) {
StackExchange.using("snippets", function() {
createEditor();
});
}
else {
createEditor();
}
});
function createEditor() {
StackExchange.prepareEditor({
heartbeatType: 'answer',
autoActivateHeartbeat: false,
convertImagesToLinks: true,
noModals: true,
showLowRepImageUploadWarning: true,
reputationToPostImages: 10,
bindNavPrevention: true,
postfix: "",
imageUploader: {
brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/3.0/"u003ecc by-sa 3.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
allowUrls: true
},
onDemand: true,
discardSelector: ".discard-answer"
,immediatelyShowMarkdownHelp:true
});
}
});
Vizag is a new contributor. Be nice, and check out our Code of Conduct.
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fsuperuser.com%2fquestions%2f1428084%2fgetting-a-modulenotfounderror-no-module-named-trainers-although-trainers-i%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
0
active
oldest
votes
0
active
oldest
votes
active
oldest
votes
active
oldest
votes
Vizag is a new contributor. Be nice, and check out our Code of Conduct.
Vizag is a new contributor. Be nice, and check out our Code of Conduct.
Vizag is a new contributor. Be nice, and check out our Code of Conduct.
Vizag is a new contributor. Be nice, and check out our Code of Conduct.
Thanks for contributing an answer to Super User!
- Please be sure to answer the question. Provide details and share your research!
But avoid …
- Asking for help, clarification, or responding to other answers.
- Making statements based on opinion; back them up with references or personal experience.
To learn more, see our tips on writing great answers.
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fsuperuser.com%2fquestions%2f1428084%2fgetting-a-modulenotfounderror-no-module-named-trainers-although-trainers-i%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown