fastdup icon indicating copy to clipboard operation
fastdup copied to clipboard

[Feature Request]: How to block the version check ?

Open wangxiong172086864 opened this issue 1 year ago • 1 comments

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

wangxiong172086864 avatar Jun 27 '24 03:06 wangxiong172086864

@dbickson Any suggestion about this ?

wangxiong172086864 avatar Jun 27 '24 03:06 wangxiong172086864

@wangxiong172086864 did you run fastdup in the same terminal after running export FASTDUP_PRODUCTION='1'?

dnth avatar Jul 04 '24 04:07 dnth

@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()

wangxiong172086864 avatar Jul 05 '24 01:07 wangxiong172086864

Can you please end us the full command you run and full error log? run with verbose=1 so we could debug. thanks

dbickson avatar Jul 05 '24 03:07 dbickson