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
416 stars 189 forks source link

Errors occurs during Installation of pybombs in ubuntu16.04LTS #598

Closed s-vijayaselvan closed 1 year ago

s-vijayaselvan commented 3 years ago

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

s-vijayaselvan commented 3 years ago

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/

willcode commented 3 years ago

On an ubuntu:16.04 container, ran

apt update
apt install python3-pip
pip3 install pybombs

with no errors.

argilo commented 1 year ago

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.