Skip to content

Trying to deploy my code location to Dagster+ and encountering "TypeError: 'type' object is not subscriptable`" #28880

Discussion options

You must be logged in to vote

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.

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by garethbrickman
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
type: troubleshooting Related to debugging and error messages Dagster+ Relates to Dagster paid plans area: python-dependencies Related to Python dependencies
1 participant