无法在conda python 3.8 env上正确安装awswrangler(连接问题)



以下是我迄今为止遵循的流程。

创建环境:

conda create -n py38 python=3.6 anaconda

安装awswrangler:

conda install -c conda-forge awswrangler

当我进入我的笔记本并试图将其导入我的笔记本时,我会收到以下错误:

AttributeError: module 'multiprocessing' has no attribute 'connection'

尝试降级以下依赖项:

pip install fsspec==0.6.3 PyAthena==1.10.2 s3fs==0.4.0

最新更新