Activity for Alexander Nabiev

  • Alexander Nabiev Alexander Nabiev posted a comment on discussion Help

    It works, thanks!

  • Alexander Nabiev Alexander Nabiev posted a comment on discussion Help

    Hi everyone! I need to open IFC file from minio S3 storage like a bytes object Ifc file is stored in minio S3 storage. I can read it with minio module and i get file in "bytes type" (see below) ifcfile = minioClient.get_object('nabievtest', 'OPU.ifc') print(type(ifcfile.read())) <class 'bytes'=""></class> The file itself is correct, I check it with traditional way of open But I can't read it this way from storage: ifc_file = ifcopenshell.open(ifcfile.read()) TypeError: in method 'open', argument...

1
MongoDB Logo MongoDB
Gen AI apps are built with MongoDB Atlas
Atlas offers built-in vector search and global availability across 125+ regions. Start building AI apps faster, all in one place.