When using the prefect-client package I get the fo...
# ask-community
r
When using the prefect-client package I get the following error when trying to invoke the get_client method:
from prefect.server.api.server import create_app
ModuleNotFoundError: No module named 'prefect.server.api.server'
Is this a bug? I thought the prefect-client package was a slimmed down version of the base package with the ability to talk to the server/cloud instance.