Danny Bickson
Danny Bickson
Maybe the issue is python3.12? try python3.11 or python3.10 or python3.9 and let us know if it works
HI @kmandeville you surface an interesting problem we have recently seen but not able to reproduce. Can you try `export FASTDUP_PRODUCTION=1` and then run python again and do ``` python3.9...
HI @kmandeville it seems there are a few colliding versions of fastdup (1.74, 2.5) on your system and a few python versions. The location of fastdup under 3.9.19 is not...
Our pleasure! please keep us posted for any further feedback, everything you shared is very useful.
hello @dnth the conflict is due to opencv-headless, we are compiling for mac intel on 10.X while you are installing on 13.X. The version of opencv-headless which is working on...
@dnth we have a workaround but it needs a special compiled version for mac 13.x. Anyone who encountered this error please reach out and we will share the solution to...
Hi @DrorHaor sure I can share today. Just to confirm we are talking about Mac Intel right?
Hi @DrorHaor, version 1.22 is released for macos 13 intel (x86_64), please try it out. If the release is not found, please send us your python compatability output using the...
Apologies for the issue. Can you try to download the release from our github: https://github.com/visual-layer/fastdup/releases/tag/v1.22macos13.0_x86_64 and then pip install -U [ name of the wheel ]
HI @DrorHaor you need to provide both input_dir and work_dir, work_dir is where you want the output. The first argument is work_dir, so you gave only work_dir without input_dir.