Automated python funscript generator help with installing

i got this message

(gen) C:\Users\durra\Desktop\generator>python main.py video “C:\Users\durra\Desktop\generator”
C:\Users\durra\miniconda3\envs\gen\lib\site-packages\pytools\persistent_dict.py:59: UserWarning: Unable to import recommended hash ‘siphash24.siphash13’, falling back to ‘hashlib.sha256’. Run ‘python3 -m pip install siphash24’ to install the recommended hash.
warn("Unable to import recommended hash ‘siphash24.siphash13’, "
Traceback (most recent call last):
File “C:\Users\durra\Desktop\generator\main.py”, line 67, in
run_script(args.input_video, args.output_folder, args.reduction_factor, args.generate_debug, args.invert, args.look_ahead, args.timing_offset, args.amplification)
File “C:\Users\durra\Desktop\generator\main.py”, line 12, in run_script
check_opencv_version()
TypeError: check_opencv_version() missing 1 required positional argument: ‘major’

Thanks to snajdarn some project breaking bugs were found and fixed. To anyone who tried it before do a fresh pull and a pip install -r requirements.txt --force-reinstall and you should be good to go. I found the pyopencl bug that eleven mentioned and it should be fixed with the updated requirements.txt

1 Like

This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.