My current conda environment is running python 3.8.5.
When I look at their documentation, it shows that the newest version is 2.5.0. For some reason, when I initially installed it via conda install -c conda-forge awswrangler
, it installed version 0.3.1.
When I try to run :
conda install -c conda-forge awswrangler==2.5.0
It has issues solving the environment.