https://prefect.io logo
Title
j

John Ramirez

05/07/2020, 8:49 PM
Working with prefect
0.10.7
and found this error
Traceback (most recent call last):
  File "main.py", line 4, in <module>
    from prefect.environments import DaskCloudProviderEnvironment
ImportError: cannot import name 'DaskCloudProviderEnvironment' from 'prefect.environments' (/Users/johnramirez/projects/client/superset/aws-fargate-poc/venv/lib/python3.7/site-packages/prefect/environments/__init__.py)
l

Laura Lorenz (she/her)

05/07/2020, 9:03 PM
Hi @John Ramirez, good catch, looks like it got skipped from being added in
prefect/environments/__init.py
(though it is bubbled up as far as
prefect.environments.execution
, I’ll fix it 👍
👍 1