代码:
store = zarr.ZipStore("/mnt/test.zip", "r")
问题描述:嗨,麻烦你,我在ZipStorage:Alternatively, use a DirectoryStore when writing the data, then manually Zip the directory and use the Zip file for subsequent reads.的正式文档中找到了这个声明
我正在尝试将DirectoryStorage格式的Zarr数据集转换为ZipStorage。我使用Linux中提供的zip操作。z
我使用zip命令行和-r选项压缩了Mac上的一个目录。我将.zip scp到一个在Linux上运行的集群。
如果我尝试用以下命令解压缩.zip
tar -vxzf foo.zip
在我的机器上它可以工作。但是相同的命令在集群上不起作用。我得到了错误
gzip: stdin has more than one entry--rest ignored
tar: Child returned status 2
tar: Error is not recoverable: exiting now
我该如何解决这个问题?
我正在尝试将psycopg2导入到我的Python3.6lambda函数中,但我总是遇到错误消息'Unable to import module 'lambda_function': /var/task/psycopg2/_psycopg.cpython-36m-x86_64-linux-gnu.so: ELF file's phentsize not the expected size'
我通过AWS控制台将zip文件直接上传到lambda函数中。我试过使用库,但它给了我同样的信息。
我已经能够在EC2实例(Amazon Linux AMI 2018.
当我试图运行使用PIL的python程序时,我得到了以下错误。
Generate_Dot.py:14: RuntimeWarning: the frombuffer defaults may change in a future release; for portability, change the call to read:
frombuffer(mode, size, data, 'raw', mode, 0, 1)
img = Image.frombuffer('L', size, data)
Traceback (most recent cal