Unable to Materizlize manhattan_map asset in Dagster Essentials Course #26234
-
Hello. I am am having difficulty with the Dagster Essentials Course - https://courses.dagster.io/courses/dagster-essentials I have installed all components, and completed all previous tasks up to Lesson 4 Step 5. I am stuck on materializing the manhattan_map asset. When I attempt to materialize it, the run starts without error, but it continues indefinitely (I've let it run for around 2 hours before I stepped away and came back to a timeout. Before I list my troubleshooting steps and configs, I wanted to reach out and see if there is maybe an issue with this course or this asset specifically and if anyone else has either encountered this issue, or was able to successfully materialize the asset. Is there a known issue with this course, or am I doing something wrong? |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 4 replies
-
Hi there, I ran into the same issue and finally managed to fix it. It has to do with the kaleido version 0.2.1 in combination with using windows 10 enterprise.
|
Beta Was this translation helpful? Give feedback.
Hi there, I ran into the same issue and finally managed to fix it. It has to do with the kaleido version 0.2.1 in combination with using windows 10 enterprise.
Simply open command terminal and run the following command to fix it, worked like a charm for me:
pip install --upgrade "kaleido==0.1.*"