Here is the process I've followed so far.
Create Env:
conda create -n py38 python=3.6 anaconda
Install awswrangler
:
conda install -c conda-forge awswrangler
When I go into my notebook and try to import it into my notebook, I get the following error:
AttributeError: module 'multiprocessing' has no attribute 'connection'