Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Pyyaml 5.4 caused building wheels error - Linux #297

Open
M-Atkins opened this issue Aug 2, 2023 · 1 comment
Open

Pyyaml 5.4 caused building wheels error - Linux #297

M-Atkins opened this issue Aug 2, 2023 · 1 comment

Comments

@M-Atkins
Copy link

M-Atkins commented Aug 2, 2023

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:

#include "Block.h"

To:

#include "Block.h"
#include <cstdint>

In dandere2x_cpp/plugins/block_plugins/Block.cpp was necessary to get installation working on my system (Arch Linux)

@KRDucky
Copy link

KRDucky commented Aug 12, 2024

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants