0

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

John Rotenstein
  • 241,921
  • 22
  • 380
  • 470
Madhav Thaker
  • 360
  • 2
  • 12

1 Answers1

0

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