Installation fails on "patch not found" error.
After installing patch still does not installs with error:
Downloading https://files.pythonhosted.org/packages/60/41/1aac9b64f9aa174dd8ff03a997df52c9652e9326b376f1f4eaa066e6a358/hivemind-1.1.12.tar.gz ...
Extracting sdist ...
Applying patch ...
Traceback (most recent call last):
File "D:\Temp\DriftLLm\drift\scripts\build_hivemind_windows.py", line 158, in <module>
main()
File "D:\Temp\DriftLLm\drift\scripts\build_hivemind_windows.py", line 129, in main
apply_patch(PATCH_FILE, src_dir)
File "D:\Temp\DriftLLm\drift\scripts\build_hivemind_windows.py", line 95, in apply_patch
raise RuntimeError("patch.apply() failed")
RuntimeError: patch.apply() failed
I also tried to change line endings of patch file from CRLF to LF with no success/
Installation fails on "patch not found" error.
After installing patch still does not installs with error:
I also tried to change line endings of patch file from CRLF to LF with no success/