gnuradio / pybombs

PyBOMBS (Python Build Overlay Managed Bundle System) is the GNU Radio install management system for resolving dependencies and pulling in out-of-tree projects.
https://gnuradio.org
GNU General Public License v3.0
414 stars 191 forks source link

[ERROR] Problem occurred while building package pyyaml: Unresolved install path. #611

Open Andre-Capjoy opened 2 years ago

Andre-Capjoy commented 2 years ago

Hey there, I try to install gnuradio with pybombs. But I always get error: [ERROR] Problem occurred while building package pyyaml: Unresolved install path. Despite that I installed python-yaml/pyyaml.

My OS is Linux Manjaro 21.2.1 Here is my whole output output.txt

And here a stripped-down version

[gnuradio@gnuradio-virtualbox ~]$ pybombs -v prefix init ~/Apps/gnuradio3 -R gnuradio-default
...
Install tree:
|
\- gnuradio
   |
   +- libvolk
   |
   +- uhd
   |  |
   |  \- python-requests
   |
   \- pyyaml
[INFO] Phase 1 complete: All binary dependencies installed.
[INFO] Phase 2: Recursively installing source packages to prefix:
[INFO] Installing package: pyyaml
[DEBUG] install(pyyaml, install_type=source, static=False)
[DEBUG] Using packager source
[DEBUG] State on package pyyaml is 10
[DEBUG] Package pyyaml is already fetched.
[DEBUG] Requiring packages on host system: []
[DEBUG] Attempting to add binary package manager apt
[DEBUG] Attempting to add binary package manager yumdnf
[DEBUG] Attempting to add binary package manager port
[DEBUG] Attempting to add binary package manager brew
[DEBUG] Attempting to add binary package manager zypper
[DEBUG] Attempting to add binary package manager pacman
[DEBUG] pacman is supported!
[DEBUG] Attempting to add binary package manager portage
[DEBUG] Attempting to add binary package manager pymod
[DEBUG] pymod is supported!
[DEBUG] Attempting to add binary package manager pip
[DEBUG] Using pip executable: pip3
[DEBUG] pip is supported!
[DEBUG] Attempting to add binary package manager pkgconfig
[DEBUG] Attempting to add binary package manager cmd
[DEBUG] cmd is supported!
[DEBUG] Using binary packagers: ['pacman', 'pymod', 'pip', 'cmd']
[DEBUG] Phase 1: Creating install tree and installing binary packages:
[DEBUG] Checking if package build-essential is installable...
[DEBUG] Package build-essential is not installable.
[ERROR] Package has no install method: build-essential
[ERROR] Problem occurred while building package pyyaml:
Unresolved install path.
[ERROR] Error installing package pyyaml. Aborting.

Any idea?