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.

Home Page:https://gnuradio.org

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Errors occurs during Installation of pybombs in ubuntu16.04LTS

s-vijayaselvan opened this issue · comments

when i try to install pybombs .i got this. any one help me out.
sudo pip install pybombs

Traceback (most recent call last):
File "/usr/bin/pip", line 9, in
from pip import main
File "/home/.local/lib/python2.7/site-packages/pip/init.py", line 1, in
from typing import List, Optional
ImportError: No module named typing

sudo pip3 install pybombs

Complete output from command python setup.py egg_info:
Traceback (most recent call last):
File "", line 1, in
File "/usr/local/lib/python3.5/dist-packages/setuptools/init.py", line 18, in
from setuptools.dist import Distribution
File "/usr/local/lib/python3.5/dist-packages/setuptools/dist.py", line 585
license_files: Optional[List[str]] = self.metadata.license_files
^
SyntaxError: invalid syntax

----------------------------------------

Command "python setup.py egg_info" failed with error code 1 in /tmp/pip-build-l46rd5b7/future/

On an ubuntu:16.04 container, ran

apt update
apt install python3-pip
pip3 install pybombs

with no errors.

Closing, since pip installation apparently works on Ubuntu 16.04.

Also, GNU Radio now requires Ubuntu >= 20.04, so I wouldn't recommend trying to use PyBOMBS on Ubuntu 16.04.