0

这是我到目前为止所遵循的过程。

创建环境:

conda create -n py38 python=3.6 anaconda

安装awswrangler

conda install -c conda-forge awswrangler

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

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

1 回答 1

0

尝试降级以下依赖项:

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

于 2021-03-15T00:41:19.440 回答