fastdup
fastdup copied to clipboard
[Feature Request]: How to block the version check ?
Feature Name
block the version check
Feature Description
Want some method to block the version check of fastdup, in th python code , export FASTDUP_PRODUCTION='1', but still failed when running the fastdup program.
Contact Information [Optional]
No response
@dbickson Any suggestion about this ?
@wangxiong172086864 did you run fastdup in the same terminal after running export FASTDUP_PRODUCTION='1'?
@wangxiong172086864 did you run fastdup in the same terminal after running
export FASTDUP_PRODUCTION='1'?
yes, before export FASTDUP_PRODUCTION='1', the code failed at import fastdup, after export FASTDUP_PRODUCTION='1', the code failed at running fastdup.run()
Can you please end us the full command you run and full error log? run with verbose=1 so we could debug. thanks