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
Running the above code reports an error
[FATAL] This fastdup version is deprecated, please reinstall from pypi using pip install fastdup
I tried reinstalling a higher version of fastdup,error reported again,
ERROR: Could not find a version that satisfies the requirement fastdup==2.6 (from versions: 1.85)
ERROR: No matching distribution found for fastdup==2.6
I tried to find the wheel file corresponding to version 2.5 or 2.6 from the link https://github.com/visual-layer/fastdup/releases, but could not find it. If I want to install a higher version of fastdup through wheel, where should I get the corresponding version of wheel?
What did you expect to see?
A functioning fastdup environment
What version of fastdup were you runnning on?
2.2
What version of Python were you running on?
Python 3.8
Operating System
ubuntu 22.04 LTS
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:
Thanks for your reply.
But I tried to use python3.9 pip3 install fastdup==2.5, but I still got an error.
ERROR: Could not find a version that satisfies the requirement fastdup==2.5 (from versions: 1.85)
ERROR: No matching distribution found for fastdup==2.5
This seems to show that only 1.85 can be installed. If I now want to install version 2.5 through wheel, how should I obtain the wheel file of the corresponding version? I tried to find the wheel file corresponding to version 2.5 or 2.6 from the link https://github.com/visual-layer/fastdup/releases, but didn't find it either.
What happened?
import os os.environ['FASTDUP_PRODUCTION'] = '1' import fastdup fd = fastdup.create(work_dir='work_dir', input_dir='img_cache_folder') fd.run(ccthreshold=0.97, d=960, overwrite=True, run_mode=1, high_accuracy=True)
Running the above code reports an error
[FATAL] This fastdup version is deprecated, please reinstall from pypi using
pip install fastdup
I tried reinstalling a higher version of fastdup,error reported again,
ERROR: Could not find a version that satisfies the requirement fastdup==2.6 (from versions: 1.85)
ERROR: No matching distribution found for fastdup==2.6
I tried to find the wheel file corresponding to version 2.5 or 2.6 from the link https://github.com/visual-layer/fastdup/releases, but could not find it. If I want to install a higher version of fastdup through wheel, where should I get the corresponding version of wheel?
What did you expect to see?
A functioning fastdup environment
What version of fastdup were you runnning on?
2.2
What version of Python were you running on?
Python 3.8
Operating System
ubuntu 22.04 LTS
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: