最近开始占用AWS平台,但是在尝试占用的时候Sagemaker,出现如下错误,不知道是因为Sagemaker\xc2\xb4Parquet Dataset\xc2\xb4还是有关系:
session = sagemaker.Session()\nregion = boto3.Session().region_name\nrole = get_execution_role()\n\nimport pyarrow.parquet as pq\nimport s3fs\ns3 = s3fs.S3FileSystem()\n\nbucket = \'s3://xx\'\n\ndf = pq.ParquetDataset(bucket, filesystem=s3).read_pandas().to_pandas()\nRun Code Online (Sandbox Code Playgroud)\n到目前为止,一切加载正常,但出现以下错误
\nAttributeerror: \'AioClientCreator\' object has no attribute \'_register_lazy_block_unknown_fips_pseudo_regions\'\nRun Code Online (Sandbox Code Playgroud)\n
我不知道,可能是什么错误
\npython amazon-s3 amazon-web-services python-3.x apache-spark