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
yeah, there are CPP memory leaks etc in the files. Had to fix them to get even the cpp part to compile.
Ive linked to the fixes. DiamondSearch CPP File DiamondSearch H file
Running
pip3 install -r requirements.txt
caused "Failed building wheel" error.Installing the latest version of pyyaml with
pip install pyyaml
fixed this.Also changing:
To:
In
dandere2x_cpp/plugins/block_plugins/Block.cpp
was necessary to get installation working on my system (Arch Linux)The text was updated successfully, but these errors were encountered: