-
Notifications
You must be signed in to change notification settings - Fork 3.8k
Closed
Labels
area:configurationRelates to configuration optionsRelates to configuration optionskind:bugIndicates an unexpected problem or unintended behaviorIndicates an unexpected problem or unintended behavior
Description
get error like this,what happened?
Traceback (most recent call last):
File "continuedev/src/continuedev/core/sdk.py", line 46, in create
config = sdk._load_config_dot_py()
File "continuedev/src/continuedev/core/sdk.py", line 174, in _load_config_dot_py
spec.loader.exec_module(config)
File "<frozen importlib._bootstrap_external>", line 883, in exec_module
File "<frozen importlib._bootstrap>", line 241, in _call_with_frames_removed
File "/Users/weirui05/.continue/config.py", line 10, in <module>
from continuedev.core.main import Step
ModuleNotFoundError: No module named 'continuedev.core'Metadata
Metadata
Assignees
Labels
area:configurationRelates to configuration optionsRelates to configuration optionskind:bugIndicates an unexpected problem or unintended behaviorIndicates an unexpected problem or unintended behavior