Skip to content

{ModuleNotFoundError} ModuleNotFoundError("No module named 'cms_rendner_sdfv.base'") #14

Open
@kelvinwchk

Description

@kelvinwchk

{ModuleNotFoundError} ModuleNotFoundError("No module named 'cms_rendner_sdfv.base'") => caused by: 'TableSourceFactory.create(...)' using 'fixtures'

I get this error on PyCharm Community Edition 2024.3.3 using plugin version 0.18.0.

pluginVersion: 0.18.0
IDE-buildNumber: PC-243.24978.54

Statements could not be executed.

cms.rendner.intellij.dataframe.viewer.python.debugger.exceptions.EvaluateException: Statements could not be executed.
at cms.rendner.intellij.dataframe.viewer.python.pycharm.FrameAccessorBasedValueEvaluator.execute(PyDebugValueExt.kt:142)
at cms.rendner.intellij.dataframe.viewer.python.bridge.PythonPluginCodeInjector$Companion.injectIfRequired(PythonPluginCodeInjector.kt:50)
at cms.rendner.intellij.dataframe.viewer.actions.AbstractShowViewerAction.actionPerformed$lambda$0(AbstractShowViewerAction.kt:131)
at com.intellij.openapi.progress.util.BackgroundTaskUtil.lambda$submitTask$8(BackgroundTaskUtil.java:266)
at com.intellij.openapi.progress.util.BackgroundTaskUtil.lambda$createBackgroundTask$10(BackgroundTaskUtil.java:302)
at com.intellij.openapi.progress.ProgressManager.lambda$runProcess$0(ProgressManager.java:98)
at com.intellij.openapi.progress.impl.CoreProgressManager.lambda$runProcess$1(CoreProgressManager.java:223)
at com.intellij.platform.diagnostic.telemetry.helpers.TraceKt.use(trace.kt:45)
at com.intellij.openapi.progress.impl.CoreProgressManager.lambda$runProcess$2(CoreProgressManager.java:222)
at com.intellij.openapi.progress.impl.CoreProgressManager.lambda$executeProcessUnderProgress$14(CoreProgressManager.java:674)
at com.intellij.openapi.progress.impl.CoreProgressManager.registerIndicatorAndRun(CoreProgressManager.java:749)
at com.intellij.openapi.progress.impl.CoreProgressManager.computeUnderProgress(CoreProgressManager.java:705)
at com.intellij.openapi.progress.impl.CoreProgressManager.executeProcessUnderProgress(CoreProgressManager.java:673)
at com.intellij.openapi.progress.impl.ProgressManagerImpl.executeProcessUnderProgress(ProgressManagerImpl.java:79)
at com.intellij.openapi.progress.impl.CoreProgressManager.runProcess(CoreProgressManager.java:203)
at com.intellij.openapi.progress.ProgressManager.runProcess(ProgressManager.java:98)
at com.intellij.openapi.progress.util.BackgroundTaskUtil.lambda$createBackgroundTask$11(BackgroundTaskUtil.java:297)
at java.base/java.util.concurrent.CompletableFuture$AsyncSupply.run(CompletableFuture.java:1768)
at com.intellij.util.concurrency.ChildContext$runInChildContext$1.invoke(propagation.kt:103)
at com.intellij.util.concurrency.ChildContext$runInChildContext$1.invoke(propagation.kt:103)
at com.intellij.util.concurrency.ChildContext.runInChildContext(propagation.kt:109)
at com.intellij.util.concurrency.ChildContext.runInChildContext(propagation.kt:103)
at com.intellij.util.concurrency.ContextRunnable.run(ContextRunnable.java:27)
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1144)
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:642)
at java.base/java.util.concurrent.Executors$PrivilegedThreadFactory$1$1.run(Executors.java:735)
at java.base/java.util.concurrent.Executors$PrivilegedThreadFactory$1$1.run(Executors.java:732)
at java.base/java.security.AccessController.doPrivileged(AccessController.java:400)
at java.base/java.util.concurrent.Executors$PrivilegedThreadFactory$1.run(Executors.java:732)
at java.base/java.lang.Thread.run(Thread.java:1583)
Caused by: cms.rendner.intellij.dataframe.viewer.python.debugger.exceptions.PluginPyDebuggerException: Traceback (most recent call last):
File "C:\Program Files\JetBrains\PyCharm Community Edition 2024.3.3\plugins\python-ce\helpers\pydev_pydevd_bundle\pydevd_comm.py", line 1569, in do_it
result = pydevd_vars.evaluate_expression(self.thread_id, self.frame_id, self.expression, self.doExec)
File "C:\Program Files\JetBrains\PyCharm Community Edition 2024.3.3\plugins\python-ce\helpers\pydev_pydevd_bundle\pydevd_vars.py", line 469, in evaluate_expression
Exec(expression, updated_globals, frame.f_locals)
~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "C:\Program Files\JetBrains\PyCharm Community Edition 2024.3.3\plugins\python-ce\helpers\pydev_pydevd_bundle\pydevd_exec2.py", line 3, in Exec
exec(exp, global_vars, local_vars)
~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "", line 83, in
NameError: name 'inject_plugin_modules_importer' is not defined
at cms.rendner.intellij.dataframe.viewer.python.pycharm.PyDebuggerExceptionExtKt.toPluginType(PyDebuggerExceptionExt.kt:34)
... 30 more

Metadata

Metadata

Assignees

No one assigned

    Labels

    questionFurther information is requested

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions