visual-layer / fastdup

fastdup is a powerful, free tool designed to rapidly generate valuable insights from image and video datasets. It helps enhance the quality of both images and labels, while significantly reducing data operation costs, all with unmatched scalability.
Other
1.62k stars 77 forks source link

[Bug]: Error installing fastdup via pip #352

Open zz4fap opened 4 days ago

zz4fap commented 4 days ago

What happened?

I'm trying to install fastdup via pip

pip3 install fastdup

but I get the following error: ERROR: Could not find a version that satisfies the requirement fastdup (from versions: none) ERROR: No matching distribution found for fastdup

What did you expect to see?

the package installed

What version of fastdup were you runnning on?

none

What version of Python were you running on?

Python 3.10

Operating System

windows11

Reproduction steps

pip3 install fastdup

Relevant log output

No response

Attach a screenshot [Optional]

No response

Contact Details [Optional]

No response

dbickson commented 4 days ago

Can you install WSL 2 and then open a terminal and use python 3.9 or python3.10 inside the WSL 2 terminal and install from there?