add Debian setup instructions for blis build error (#103)#104
add Debian setup instructions for blis build error (#103)#104DhananjayCodes wants to merge 4 commits intosugarlabs:mainfrom
Conversation
Added Debian setup notes for installing Python dependencies.
|
hey, appreciate the fix, but i think there's a deeper issue here. |
What this PR does
Adds a new "Debian Setup Notes" section to README.md
documenting the blis wheel build error and its fix.
Why
While setting up the project on Debian (x86_64) with
Python 3.13, the installation failed when pip attempted
to build
blisfrom source due to missing system-levelcompiler dependencies.
Changes
sudo apt install python3-dev build-essential gccfix for the blis build failure
Related Issue
Fixes #103