Closed LU5GOON closed 2 months ago
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.
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
Hello @LU5GOON The easy solution?! Linux OS.
In case of insisting on keeping using windows, you need to install Microsoft C++ Build Tools
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
Any ideas on what the issue here could be?
Thank you.