我尝试使用pydap.client从Windows PC上的thredds服务器访问netcdf数据。我使用conda conda install -c conda-forge pydap=3.2.0
安装了pydap。
当我运行代码时
from pydap.client import open_url
我收到以下错误消息
pkg_resources.DistributionNotFound: The 'gunicorn' distribution was not found and is required by the application
我试图安装gunicorn,但是,gunicorn不适用于Windows。
我不能在Windows中使用pydap.client吗?