```DAGSTER_HOME=/opt/dc/workflow_engine/app /Users...
# announcements
m
Copy code
DAGSTER_HOME=/opt/dc/workflow_engine/app /Users/muthu/miniconda3/envs/workflow/bin/dagit -f <http://dcpipes.py|dcpipes.py> -n define_repo -h 0.0.0.0 -p 3000
Traceback (most recent call last):
  File "/Users/muthu/miniconda3/envs/workflow/lib/python3.6/site-packages/dagster/core/serdes/__init__.py", line 185, in rehydrate
    module = importlib.import_module(self.module_name)
  File "/Users/muthu/miniconda3/envs/workflow/lib/python3.6/importlib/__init__.py", line 126, in import_module
    return _bootstrap._gcd_import(name[level:], package, level)
  File "<frozen importlib._bootstrap>", line 994, in _gcd_import
  File "<frozen importlib._bootstrap>", line 971, in _find_and_load
  File "<frozen importlib._bootstrap>", line 941, in _find_and_load_unlocked
  File "<frozen importlib._bootstrap>", line 219, in _call_with_frames_removed
  File "<frozen importlib._bootstrap>", line 994, in _gcd_import
  File "<frozen importlib._bootstrap>", line 971, in _find_and_load
  File "<frozen importlib._bootstrap>", line 955, in _find_and_load_unlocked
  File "<frozen importlib._bootstrap>", line 665, in _load_unlocked
  File "<frozen importlib._bootstrap_external>", line 678, in exec_module
  File "<frozen importlib._bootstrap>", line 219, in _call_with_frames_removed
  File "/Users/muthu/miniconda3/envs/workflow/lib/python3.6/site-packages/dagster_postgres/__init__.py", line 1, in <module>
    from .event_log import PostgresEventLogStorage
  File "/Users/muthu/miniconda3/envs/workflow/lib/python3.6/site-packages/dagster_postgres/event_log/__init__.py", line 1, in <module>
    from .event_log import PostgresEventLogStorage
  File "/Users/muthu/miniconda3/envs/workflow/lib/python3.6/site-packages/dagster_postgres/event_log/event_<http://log.py|log.py>", line 17, in <module>
    from dagster.serdes import (
ModuleNotFoundError: No module named 'dagster.serdes'

During handling of the above exception, another exception occurred:
d
iirc
serdes
was still in
dagster.core
pre-0.7.6
but will let elementl team confirm
m
it may be that the version of dagster-postgres and the version of dagster you're running are out of sync
👍 1
a
would be good to check
pip list | grep dagster
or equivalent to see if versions are in sync
m
conda list
but yes
👍 1
m
yes after updated to 0.7.6 its seems its working