Hi ,

I'm trying to install Gnu radio through Pybombs but no success so far:
Here is my system information :
Python 2.7.6
Pip 8.2.1
UBUNTU 14.04
steps:

   1. sudo -H pip install pybombs
   2. sudo -H pip install --upgrade git+
   https://github.com/gnuradio/pybombs.git



   - pybombs recipes add gr-recipes git+
   https://github.com/gnuradio/gr-recipes.git
   - 6.pybombs recipes add gr-etcetera git+
   https://github.com/gnuradio/gr-etcetera.git
   - 7.pybombs recipes add gr-iio git+
   https://github.com/analogdevicesinc/gr-iio.git
   - 8.pybombs recipes add gr-osmosdr git://git.osmocom.org/gr-osmosdr.git
   - pybombs prefix init /path/to/prefix -a myprefix -R gnuradio-default

after this step I'm getting below error:

PyBombs.install_manager - INFO - Installing package: pkg-config
/usr/local/lib/python2.7/dist-packages/requests/packages/urllib3/util/ssl_.py:318:
SNIMissingWarning: An HTTPS request has been made, but the SNI (Subject
Name Indication) extension to TLS is not available on this platform. This
may cause the server to present an incorrect TLS certificate, which can
cause validation failures. You can upgrade to a newer version of Python to
solve this. For more information, see
https://urllib3.readthedocs.org/en/latest/security.html#snimissingwarning.
  SNIMissingWarning
/usr/local/lib/python2.7/dist-packages/requests/packages/urllib3/util/ssl_.py:122:
InsecurePlatformWarning: A true SSLContext object is not available. This
prevents urllib3 from configuring SSL appropriately and may cause certain
SSL connections to fail. You can upgrade to a newer version of Python to
solve this. For more information, see
https://urllib3.readthedocs.org/en/latest/security.html#insecureplatformwarning
.
  InsecurePlatformWarning
PyBombs.Fetcher - ERROR - Unexpected error while fetching wget+
https://pkgconfig.freedesktop.org/releases/pkg-config-0.28.tar.gz.
PyBombs.Fetcher - ERROR - hostname 'pkgconfig.freedesktop.org' doesn't
match either of 'distributions.freedesktop.org', 'farsight.freedesktop.org',
'fontconfig.freedesktop.org', 'fontconfig.org', 'freedesktop.org', '
geoclue.freedesktop.org', 'secure.freedesktop.org', 'www.fontconfig.org', '
www.freedesktop.org'
PyBombs.Packager.source - ERROR - Problem occurred while building package
pkg-config:
Unable to fetch recipe pkg-config
PyBombs.install_manager - ERROR - Error installing package pkg-config.
Aborting.

Sounds like I need to update to newer version of Python but don't want to
upgrade as it may break the dependency.
have anyone been able to install it recently with Python 2.7.6?


regards,
Shahnaz
_______________________________________________
Discuss-gnuradio mailing list
Discuss-gnuradio@gnu.org
https://lists.gnu.org/mailman/listinfo/discuss-gnuradio

Reply via email to