无法在 conda python 3.8 env 上正确安装 awswrangler(连接问题)
Posted
技术标签:
【中文标题】无法在 conda python 3.8 env 上正确安装 awswrangler(连接问题)【英文标题】:Unable to properly install awswrangler on conda python 3.8 env (Connection Issue) 【发布时间】:2021-03-15 00:08:48 【问题描述】:这是我到目前为止所遵循的过程。
创建环境:
conda create -n py38 python=3.6 anaconda
安装awswrangler
:
conda install -c conda-forge awswrangler
当我进入笔记本并尝试将其导入笔记本时,我收到以下错误:
AttributeError: module 'multiprocessing' has no attribute 'connection'
【问题讨论】:
这能回答你的问题吗? Error Import awswrangler: AttributeError: module 'multiprocessing' has no attribute 'connection' 【参考方案1】:尝试降级以下依赖项:
pip install fsspec==0.6.3 PyAthena==1.10.2 s3fs==0.4.0
【讨论】:
以上是关于无法在 conda python 3.8 env 上正确安装 awswrangler(连接问题)的主要内容,如果未能解决你的问题,请参考以下文章
linux中conda虚拟环境使用(便于项目切换)pip和conda换源
无法在 macOS“Big Sur”和 python 3.8 中编译 pip 包:“ld:未知选项:-Bsymbolic”