Trying to deploy my code location to Dagster+ and encountering "TypeError: 'type' object is not subscriptable`" #28880
Answered
by
garethbrickman
garethbrickman
asked this question in
Q&A
-
When I try to deploy my code location to Dagster+ I'm encountering this below error being thrown by the
|
Beta Was this translation helpful? Give feedback.
Answered by
garethbrickman
Mar 31, 2025
Replies: 1 comment
-
Looks like you're trying to use Python 3.8, but the Upgrading would be necessary as Python 3.8 reached its end-of-life late last year and Dagster is only compatible with Python 3.9 or higher. |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
garethbrickman
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Looks like you're trying to use Python 3.8, but the
fsspec
dependency is incompatible with Python versions prior to 3.9. Other dependencies may also be incompatible.Upgrading would be necessary as Python 3.8 reached its end-of-life late last year and Dagster is only compatible with Python 3.9 or higher.