Botspot / pi-apps

Raspberry Pi App Store for Open Source Projects
GNU General Public License v3.0
2.02k stars 205 forks source link

FreeCAD failed to Install #1335

Closed randomuser3211 closed 2 years ago

randomuser3211 commented 2 years ago

Confirmations

What happened?

Fresh install of Raspbian 11 -> Update -> Install Pi-apps -> FreeCAD fails to install

Description

Trying to get FreeCAD on Raspberry Pi -> Fails to Install 1) Brand new install of "Raspbian GNU/Linux 11 (bullseye)" 2) Updated 3) Installed Pi-Apps 4) Tried to install FreeCAD 5) Tried installing the missing dependencies, but cannot find them with "apt-get" 6) Tried googling to see if there is a missing repository or other obvious solution -> didn't find anything.
7) Raw CLI output from install window pasted below.

What is your operating system?

Raspbian GNU/Linux 11 (bullseye)

(Optional) Error log? Terminal output? Debug messages?

Will install these packages: https://github.com/ryanfortner/freecad-rpi/releases/download/v0.19.2/freecad_0.19.2_armhf.deb 
Downloading freecad_0.19.2_armhf.deb... 
498MiB/499MiB ——————————————————————————————————————————————————————————————————
Done
Running sudo apt update...
Ign:1 file:/tmp/pi-apps-local-packages ./ InRelease
Ign:2 file:/tmp/pi-apps-local-packages ./ Release
Ign:3 file:/tmp/pi-apps-local-packages ./ Packages
Ign:4 file:/tmp/pi-apps-local-packages ./ Translation-en
Ign:5 file:/tmp/pi-apps-local-packages ./ Translation-en_US
Ign:6 file:/tmp/pi-apps-local-packages ./ Translation-en_US.UTF-8
Ign:3 file:/tmp/pi-apps-local-packages ./ Packages
Ign:4 file:/tmp/pi-apps-local-packages ./ Translation-en
Ign:5 file:/tmp/pi-apps-local-packages ./ Translation-en_US
Ign:6 file:/tmp/pi-apps-local-packages ./ Translation-en_US.UTF-8
Ign:3 file:/tmp/pi-apps-local-packages ./ Packages
Ign:4 file:/tmp/pi-apps-local-packages ./ Translation-en
Ign:5 file:/tmp/pi-apps-local-packages ./ Translation-en_US
Ign:6 file:/tmp/pi-apps-local-packages ./ Translation-en_US.UTF-8
Ign:3 file:/tmp/pi-apps-local-packages ./ Packages
Ign:4 file:/tmp/pi-apps-local-packages ./ Translation-en
Ign:5 file:/tmp/pi-apps-local-packages ./ Translation-en_US
Ign:6 file:/tmp/pi-apps-local-packages ./ Translation-en_US.UTF-8
Ign:3 file:/tmp/pi-apps-local-packages ./ Packages
Ign:4 file:/tmp/pi-apps-local-packages ./ Translation-en
Ign:5 file:/tmp/pi-apps-local-packages ./ Translation-en_US
Ign:6 file:/tmp/pi-apps-local-packages ./ Translation-en_US.UTF-8
Ign:3 file:/tmp/pi-apps-local-packages ./ Packages
Ign:4 file:/tmp/pi-apps-local-packages ./ Translation-en
Ign:5 file:/tmp/pi-apps-local-packages ./ Translation-en_US
Ign:6 file:/tmp/pi-apps-local-packages ./ Translation-en_US.UTF-8
Ign:4 file:/tmp/pi-apps-local-packages ./ Translation-en
Ign:5 file:/tmp/pi-apps-local-packages ./ Translation-en_US
Ign:6 file:/tmp/pi-apps-local-packages ./ Translation-en_US.UTF-8
Hit:7 http://raspbian.raspberrypi.org/raspbian bullseye InRelease
Hit:8 http://archive.raspberrypi.org/debian bullseye InRelease
All packages are up to date.
apt update complete.
Creating an empty apt-package to install the necessary apt packages...
It will be named: pi-apps-8b457186
Depends: freecad
Installing the pi-apps-8b457186 package...
Some packages could not be installed. This may mean that you have
requested an impossible situation or if you are using the unstable
distribution that some required packages have not yet been created
or been moved out of Incoming.
The following information may help to resolve the situation:
The following packages have unmet dependencies:
 freecad : Depends: libboost-signals-dev but it is not installable
           Depends: qt4-dev-tools but it is not installable
           Depends: libqt4-dev but it is not installable
           Depends: libqt4-opengl-dev but it is not installable
           Depends: libqtwebkit-dev but it is not installable
           Depends: libshiboken-dev but it is not installable
           Depends: libpyside-dev but it is not installable
           Depends: pyside-tools but it is not installable
           Depends: python-dev
           Depends: python-matplotlib but it is not installable
           Depends: python-pivy but it is not installable
           Depends: python-pyside but it is not installable
E: Unable to correct problems, you have held broken packages.
Apt finished.
Failed to install the packages!
APT reported these errors:
E: Unable to correct problems, you have held broken packages.
Some packages could not be installed. This may mean that you have
requested an impossible situation or if you are using the unstable
distribution that some required packages have not yet been created
or been moved out of Incoming.
The following information may help to resolve the situation:
The following packages have unmet dependencies:
 freecad : Depends: libboost-signals-dev but it is not installable
           Depends: qt4-dev-tools but it is not installable
           Depends: libqt4-dev but it is not installable
           Depends: libqt4-opengl-dev but it is not installable
           Depends: libqtwebkit-dev but it is not installable
           Depends: libshiboken-dev but it is not installable
           Depends: libpyside-dev but it is not installable
           Depends: pyside-tools but it is not installable
           Depends: python-dev
           Depends: python-matplotlib but it is not installable
           Depends: python-pivy but it is not installable
           Depends: python-pyside but it is not installable
E: Unable to correct problems, you have held broken packages.

Failed to install FreeCAD!
◢◣Need help? Copy the ENTIRE terminal output or take a screenshot.
Please ask on Github: https://github.com/Botspot/pi-apps/issues/new/choose
Or on Discord: https://discord.gg/RXSTvaUvuu
Crilum commented 2 years ago

I can confirm this is an issue.. Had the same problems when trying to install...

ryanfortner commented 2 years ago

I've rewritten my deb creation instructions: https://github.com/ryanfortner/pi-bashscripts-files/blob/main/FreeCAD.md. I should have new packages up in a few hours after they're finished compiling.

Update: I'm getting a No module named 'StartGui' error when running freecad (I used my install instructions of course)... https://forum.freecadweb.org/viewtopic.php?style=4&f=4&t=59984

theofficialgman commented 2 years ago

freecad was removed from Pi-Apps for this reason closing