Hi all, I'm trying to learn Prefect, and I get an ...
# ask-community
l
Hi all, I'm trying to learn Prefect, and I get an error after installation via pip. when I run import prefect I get:
ModuleNotFoundError: No module named 'prefect'
the package seems to be installed cause when I do pip show prefect I get:
Copy code
Name: prefect
Version: 1.0.0
Summary: The Prefect Core automation and scheduling engine.
I checked few times and the environment where I try to import is the same where I run pip show any suggestions on why that might happen? thanks
a
Maybe you can try to install it in a virtual environment? Do you happen to run it on Ubuntu with sudo?