You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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?
The text was updated successfully, but these errors were encountered:
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
Any idea?
The text was updated successfully, but these errors were encountered: