以下是我到目前为止一直遵循的流程。
创建环境:
conda create -n py38 python=3.6 anaconda安装awswrangler
conda install -c conda-forge awswrangler当我进入我的笔记本并尝试将其导入我的笔记本时,我得到以下错误:
AttributeError: module 'multiprocessing' has no attribute 'connection'发布于 2021-03-15 08:41:19
尝试降低以下依赖项的级别:
pip install fsspec==0.6.3 PyAthena==1.10.2 s3fs==0.4.0
https://stackoverflow.com/questions/66630827
复制相似问题