Hi , i am runing the tutorial to get the first hel...
# prefect-community
a
Hi , i am runing the tutorial to get the first heloworld in perfect.io , but i get this error message in the import statement >>> from perfect import task, Flow Traceback (most recent call last): File "<pyshell#2>", line 1, in <module> from perfect import task, Flow ImportError: cannot import name 'task' from '<unknown module name>' (unknown location)
a
While Prefect is certainly perfect, the product's and library's name is
prefect
😄 Try:
Copy code
from prefect import task, Flow
The website is also prefect.io
a
🙂 that is it , thank you.
👍 1