'Having trouble installing the most recent version of awswrangler on conda environment

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.

version 0.3.1



Solution 1:[1]

There was an issue in AWS Data Wrangler with incompatible dependencies, but this has now been solve. Can you try and build your environment again and see if the issue has now been fixed?

Thanks

Nick

Sources

This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.

Source: Stack Overflow

Solution Source
Solution 1 Nick Corbett