Join Slack
Powered by
Hello, i tried to run prefect server start but i'm...
# prefect-server
r
Rafael Sá
10/29/2021, 2:55 PM
Hello, i tried to run prefect server start but i'm getting message: ModuleNotFoundError: No module named 'packaging'. Somebody with same problem ?
k
Kevin Kho
10/29/2021, 2:56 PM
That’s weird. I guess you can try installing it?
Copy code
sudo apt install python3-packaging
a
Anna Geller
10/29/2021, 2:58 PM
or:
Copy code
pip install packaging
https://stackoverflow.com/questions/42222096/no-module-named-packaging
3
Views
Open in Slack
Previous
Next