fix(installer): platforms that don't have dep binaries available may need to build sdbus from source
close #1430
This commit is contained in:
parent
c183e870ba
commit
cee185e21e
@ -142,7 +142,7 @@ create_virtualenv()
|
||||
if [ $? -gt 0 ]; then
|
||||
echo_error "Error: pip install exited with status code $?"
|
||||
echo_text "Trying again with new tools..."
|
||||
sudo apt install -y build-essential cmake
|
||||
sudo apt install -y build-essential cmake libsystemd-dev
|
||||
if [[ "$(uname -m)" =~ armv[67]l ]]; then
|
||||
echo_text "Adding piwheels.org as extra index..."
|
||||
pip install --extra-index-url https://www.piwheels.org/simple --upgrade pip setuptools
|
||||
|
Loading…
x
Reference in New Issue
Block a user