最新消息:雨落星辰是一个专注网站SEO优化、网站SEO诊断、搜索引擎研究、网络营销推广、网站策划运营及站长类的自媒体原创博客

python - Connecting to ZenML dashboard - Stack Overflow

programmeradmin2浏览0评论

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?

发布评论

评论列表(0)

  1. 暂无评论