-
Notifications
You must be signed in to change notification settings - Fork 131
Description
(Nokia-N810-43-7) pyradio $ sudo pip install .
DEPRECATION: Python 2.7 reached the end of its life on January 1st, 2020. Please upgrade your Python as Python 2.7 is no longer maintained. pip 21.0 will drop support for Python 2.7 in January 2021. More details about Python 2 support in pip can be found at https://pip.pypa.io/en/latest/development/release-process/#python-2-support pip 21.0 will remove support for this functionality.
WARNING: The directory '/home/user/.cache/pip' or its parent directory is not owned or is not writable by the current user. The cache has been disabled. Check the permissions and owner of that directory. If executing pip with sudo, you may want sudo's -H flag.
Processing /Diablo-tablet-chroot/home/user/builds/source/pyradio
Using legacy 'setup.py install' for pyradio, since package 'wheel' is not installed.
Installing collected packages: pyradio
Attempting uninstall: pyradio
Found existing installation: pyradio 0.8.9.7
Uninstalling pyradio-0.8.9.7:
Successfully uninstalled pyradio-0.8.9.7
Running setup.py install for pyradio ... done
Successfully installed pyradio-0.8.9.16
(Nokia-N810-43-7) pyradio $ pyradio
Traceback (most recent call last):
File "/usr/bin/pyradio", line 11, in
load_entry_point('pyradio==0.8.9.16', 'console_scripts', 'pyradio')()
File "/usr/lib/python2.7/site-packages/pkg_resources/init.py", line 489, in load_entry_point
return get_distribution(dist).load_entry_point(group, name)
File "/usr/lib/python2.7/site-packages/pkg_resources/init.py", line 2852, in load_entry_point
return ep.load()
File "/usr/lib/python2.7/site-packages/pkg_resources/init.py", line 2443, in load
return self.resolve()
File "/usr/lib/python2.7/site-packages/pkg_resources/init.py", line 2449, in resolve
module = import(self.module_name, fromlist=['name'], level=0)
File "/usr/lib/python2.7/site-packages/pyradio/main.py", line 462
print('\nPress any key to continue...', end='', flush=True)
^
SyntaxError: invalid syntax
(Nokia-N810-43-7) pyradio