Roman Bushuiev
Roman Bushuiev
Hello! Are there any updates on it? I have the same problem.
Thanks for the reply. Unfortunately it doesn't work: ``` > pip install pyopenms ERROR: Could not find a version that satisfies the requirement pyopenms (from versions: 2.3.0.linux-x86_64, 2.3.0.1.linux-x86_64, 2.3.0.2.linux-x86_64, 2.3.0.3.linux-x86_64)...
@harper357, does the installation work on your Mac?
I have the same problem. 😢
Hi, is it possible to directly use a PIL Image object? Unfortunately, I get an error `TypeError: Object of type PngImageFile is not JSON serializable`. Thank you.
It works by encoding the image with `base64.b64encode`.
Hello @lmcinnes! Thank you for the amazing package, the speed and accuracy of the index are impressive! Unfortunately, however, I also have a memory issue. I am trying to build...
> For a dataset that large I think you’ll be much better off using an index that uses quantization such as LanceDB or diskANN. Thank you for your reply! In...