Python/00-getting-started/Run a Semantic Function - Error: Function already exists in plugin #4976
Replies: 1 comment
-
It's probably because it doesn't support importing the semantic plugin twice for the same kernel. Function Joke and Excuses are both in the same plugin. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
When running step 3 to run a semantic function, it works great the first time.
When I press the run cell button again without changing anything, I get this error:
If I remove the Excuses folder, the error will be "Function with name "Joke" already exists in plugin 'FunPlugin'".
Why is this happening?
Beta Was this translation helpful? Give feedback.
All reactions