You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
```sheenflow._core.errors.DagsterImportError: Encountered ImportError: No module named 'sheenflow_slack' while importing module sheenflow_test.toys.repo. Local modules were resolved using the working directory `/Users/admin/Git/Public/sheenflow`. If another working directory should be used, please explicitly specify the appropriate path using the `-d` or `--working-directory` for CLI based targets or the `working_directory` configuration option for workspace targets.
File "/Users/admin/Git/Public/sheenflow/python_modules/sheenflow/sheenflow/_grpc/server.py", line 242, in init
self._loaded_repositories: Optional[LoadedRepositories] = LoadedRepositories(
File "/Users/admin/Git/Public/sheenflow/python_modules/sheenflow/sheenflow/_grpc/server.py", line 105, in init
loadable_targets = get_loadable_targets(
File "/Users/admin/Git/Public/sheenflow/python_modules/sheenflow/sheenflow/_grpc/utils.py", line 43, in get_loadable_targets
else loadable_targets_from_python_module(module_name, working_directory)
File "/Users/admin/Git/Public/sheenflow/python_modules/sheenflow/sheenflow/_core/workspace/autodiscovery.py", line 37, in loadable_targets_from_python_module
module = load_python_module(
File "/Users/admin/Git/Public/sheenflow/python_modules/sheenflow/sheenflow/_core/code_pointer.py", line 143, in load_python_module
raise DagsterImportError(
![Screen Shot 2022-12-31 at 15 31 38](https://user-images.githubusercontent.com/109782764/210129096-8d3af826-1140-4a01-859d-e2d677028f05.png)
### How to reproduce?
_No response_
### Deployment type
Local
### Deployment details
_No response_
### Additional information
_No response_
### Message from the maintainers
Impacted by this issue? Give it a 👍! We factor engagement into prioritization.
The text was updated successfully, but these errors were encountered:
Dagster version
???
What's the issue?
?
What did you expect to happen?
```sheenflow._core.errors.DagsterImportError: Encountered ImportError:
No module named 'sheenflow_slack'
while importing module sheenflow_test.toys.repo. Local modules were resolved using the working directory `/Users/admin/Git/Public/sheenflow`. If another working directory should be used, please explicitly specify the appropriate path using the `-d` or `--working-directory` for CLI based targets or the `working_directory` configuration option for workspace targets.File "/Users/admin/Git/Public/sheenflow/python_modules/sheenflow/sheenflow/_grpc/server.py", line 242, in init
self._loaded_repositories: Optional[LoadedRepositories] = LoadedRepositories(
File "/Users/admin/Git/Public/sheenflow/python_modules/sheenflow/sheenflow/_grpc/server.py", line 105, in init
loadable_targets = get_loadable_targets(
File "/Users/admin/Git/Public/sheenflow/python_modules/sheenflow/sheenflow/_grpc/utils.py", line 43, in get_loadable_targets
else loadable_targets_from_python_module(module_name, working_directory)
File "/Users/admin/Git/Public/sheenflow/python_modules/sheenflow/sheenflow/_core/workspace/autodiscovery.py", line 37, in loadable_targets_from_python_module
module = load_python_module(
File "/Users/admin/Git/Public/sheenflow/python_modules/sheenflow/sheenflow/_core/code_pointer.py", line 143, in load_python_module
raise DagsterImportError(
The text was updated successfully, but these errors were encountered: