Python 3.7.9 Emr 5.33.1
Rrying to install libraries onto EMR using bootstrap.sh I get following error:
Error: could not find a version satisfies the requirement pyarrow<6.1.0,>=2.0.0 (from awswrangler)
The weired thing is I've uploaded pyarrow versions 6.0.1 and 5.0.0 to s3 which gets installed in EMR which obviously satisfies the requirments, I've also checked the logs and seems like it downloads it correctly however this error message keeps on showing up...