我正在使用 modin 读取 sql 表,但是我收到了这个警告
import pyodbc
import sqlalchemy as sal
from sqlalchemy import create_engine
import modin.pandas as pd
from distributed import Client
client = Client()
UserWarning: Port 8787 is already in use.
Perhaps you already have a cluster running?
Hosting the HTTP server on port 57475 instead
我是使用 modin 的新手,不知道发生了什么,Jupyter Lab 减速 5 分钟,然后加载数据框,有什么建议/建议吗?