The error below is raised when trying to connect to the Zenml dashboard after Pipeline run was completed, by runningzenml login --local
.
My Zenml version is 0.75.0. and I am on windows machine.
Error: Running the ZenML server locally as a background process is not supported on Windows. Please use the "--blocking" flag to run the server in blocking mode, or run the server in a Docker container by setting "--docker" instead.
I have then proceeded with zenml login --local --blocking
but obtained the following error:
ModuleNotFoundError: No module named 'jwt' During handling of the above exception, another exception occurred: RuntimeError: The local daemon ZenML server provider is unavailable because the ZenML server requirements seems to be unavailable on your machine. This is probably because ZenML was installed without the optional ZenML Server dependencies. To install the missing dependencies run
pip install "zenml[server]==0.75.0"
.
The error remains after installing pip install "zenml[server]==0.75.0"
How to resolve this?