You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi, thank you for this great library! I am trying to install fastdup on the Amazon AWS SageMaker environment, but the installation failed. May I ask if you have any suggestions on how to resolve this issue?
I saw on the installation page that fastdup supports installation on Amazon Linux 2, so I was wondering if you have any suggestions. Thank you so much!
!pip install fastdup
ERROR: Could not find a version that satisfies the requirement fastdup (from versions: none)
ERROR: No matching distribution found for fastdup
!sudo yum install mesa-libGL -y
!python3.8 -m pip install fastdup-2.2-cp38-cp38-linux_x86_64.whl
ERROR: fastdup-2.2-cp38-cp38-linux_x86_64.whl is not a supported wheel on this platform.
Hi @ZihanChen1995 as far as I recall Amazon is using Amazon Linux 2 which is an older OS. Pypi no longer supports this build you can download from our release page an older version of fastdup. https://github.com/visual-layer/fastdup/releases/tag/v2.2_3.8
This version can not include the latest fastdup as we require now python3.9 and up. Our advice is to switch to a newer operating system like Ubuntu 20, 22 or 24.
Hi @dbickson Thank you so much for your reply. However, it seems that this version is still not supported by the platform. I encountered the error: ERROR: fastdup-2.2-cp38-cp38-linux_x86_64.whl is not a supported wheel on this platform.
Since I only need the function for Image Similarity Search (as shown here), do you think there are any alternative ways to deploy it directly? (Perhaps cloning it directly from GitHub?)
What happened?
Hi, thank you for this great library! I am trying to install fastdup on the Amazon AWS SageMaker environment, but the installation failed. May I ask if you have any suggestions on how to resolve this issue?
I saw on the installation page that fastdup supports installation on Amazon Linux 2, so I was wondering if you have any suggestions. Thank you so much!
What did you expect to see?
No response
What version of fastdup were you runnning on?
2.13
What version of Python were you running on?
Python 3.10
Operating System
AWS SageMaker
Reproduction steps
No response
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: