Closed JadeXIN closed 3 years ago
请问这个问题是怎么解决的?我也遇到了一样的问题
Can you provide the complete code?
Hello, the problem has been resolved because there are no dependencies associated with installation
------------------ 原始邮件 ------------------ 发件人: "ekzhu/datasketch" @.>; 发送时间: 2023年7月23日(星期天) 下午3:04 @.>; @.**@.>; 主题: Re: [ekzhu/datasketch] NameError: name 'RedisSetStorage' is not defined (#166)
Can you provide the complete code?
— Reply to this email directly, view it on GitHub, or unsubscribe. You are receiving this because you commented.Message ID: @.***>
when i run this code: lsh = MinHashLSH(threshold=threshold, num_perm=num_perm, storage_config=storage_config)
i got this error: NameError: name 'RedisSetStorage' is not defined
what's the reason of this error.