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

Btcbf.py won't run #71

Open
LU5GOON opened this issue Jan 13, 2024 · 2 comments
Open

Btcbf.py won't run #71

LU5GOON opened this issue Jan 13, 2024 · 2 comments

Comments

@LU5GOON
Copy link

LU5GOON commented Jan 13, 2024

Hello,

I used to have this running whilst on an older build of Windows. I am currently on Windows 11 23H2 and having some issues here.

All requirements installed successfully, i am also running Python 3.12

image

Any ideas on what the issue here could be?

Thank you.

@LU5GOON
Copy link
Author

LU5GOON commented Jan 13, 2024

Just adding more to this, with some research it appears there is a known issue with cffi-1.16.0 with how pip fails to build wheels with it when installed.

If there is a known workaround here for now, happ to use that if someone can please share.

Thank you.

@goldenhippo58
Copy link

Try this

pip install --upgrade pip
pip install cffi

^^^if this causes problems try the following
pip install cffi==1.14.6

let me know if that does the trick

@vlnahp
Copy link
Owner

vlnahp commented Apr 11, 2024

Hello @LU5GOON
The easy solution?! Linux OS.

In case of insisting on keeping using windows, you need to install Microsoft C++ Build Tools

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

3 participants