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
System version: macOS 10.13.1
Package manager: Homebrew (due to an OOT module needing PythonNet, macports can't be used)
Python version: Python 2.7.14
How to recreate
After creating an installation prefix (step 4 of the quick-start):
$ pybombs install gnuradio
Output
PyBOMBS - INFO - PyBOMBS Version 2.3.2
PyBOMBS.install_manager - INFO - Phase 1: Creating install tree and installing binary packages:
DEPRECATION: The default format will switch to columns in the future. You can use --format=(legacy|columns) (or define a format=(legacy|columns) in your pip.conf under the [list] section) to disable this warning.
Password:
Collecting PyGTK
Using cached pygtk-2.24.0.tar.bz2
Complete output from command python setup.py egg_info:
********************************************************************
* Building PyGTK using distutils is only supported on windows. *
* To build PyGTK in a supported way, read the INSTALL file. *
********************************************************************
----------------------------------------
Command "python setup.py egg_info" failed with error code 1 in /private/tmp/pip-build-OyRkiY/PyGTK/
DEPRECATION: The default format will switch to columns in the future. You can use --format=(legacy|columns) (or define a format=(legacy|columns) in your pip.conf under the [list] section) to disable this warning.
PyBOMBS.install_manager - ERROR - Package has no install method: libevent
Attempted fix
$ pybombs install libevent
PyBOMBS - INFO - PyBOMBS Version 2.3.2
PyBOMBS.install_manager - INFO - Phase 1: Creating install tree and installing binary packages:
PyBOMBS.install_manager - ERROR - Package has no install method: libevent
I would be -very- surprised if PyBOMBS actually works on OSX, given that there are no internal references to DYLD_LIBRARY_* ... there are to the Unix-y LD_LIBRARY_*, which leads me to believe that there is library path manipulation & hence why on OSX I doubt it will work.
The tag worked @michaelld. I see what you mean about the references. It's been a while since I tried to do this. I'm not sure if it's still a relevant issue since that's two macOS versions old. I think I switched to a dockerized-GR when this didn't work.
Whether for this issue or not, having pythonnet available on MacPorts would be useful!
Moving this issue to here from: gnuradio/gnuradio#1531
System versions
System version: macOS 10.13.1
Package manager: Homebrew (due to an OOT module needing PythonNet, macports can't be used)
Python version: Python 2.7.14
How to recreate
After creating an installation prefix (step 4 of the quick-start):
Output
Attempted fix
Same error afterwards.
The text was updated successfully, but these errors were encountered: