-
Notifications
You must be signed in to change notification settings - Fork 78
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[Bug]: Installation errors on Sonoma 14.5 with Python 3.9 #341
Comments
While I had errors with 3.9 on Sonoma 14.6, I didn't get that error.
Also, don't put the working directory in the same directory as the photos, otherwise there will be locking errors. |
Hi @KevinColemanInc can you try upgrading to python3.10 and let us know if this works. |
I am getting really inconsistent results. Now when I do this: import fastdup
fd = fastdup.create(
work_dir="/Users/kevin/Desktop/work_dir",
input_dir="/Users/kevin/Desktop/small.export",
)
fd.run(overwrite=True, verbose=True)
fd.explore() I get this:
But if I do this:
it works for python3.9 and 3.10. The larger dataset of images (11k) triggered the locking error before. let me see if I can still reproduce it. I will have to post those logs in the next 24hours tho. |
What happened?
After changing the numpy to 2.0,
What did you expect to see?
No response
What version of fastdup were you runnning on?
2.7
What version of Python were you running on?
Python 3.9
Operating System
Sonoma 14.5
Reproduction steps
A workaround is using Python3.10 which works fine.
Relevant log output
No response
Attach a screenshot [Optional]
No response
Contact Details [Optional]
No response
The text was updated successfully, but these errors were encountered: