I am in the process of upgrading my laptop since several months (covid issues...) and have some troubles.
While trying to understand, I notice that "esearch" dies. I wanted to know which version of pip I have, but I get this issue:
Code: Select all
(orthanc:~) multix% esearch pip
Traceback (most recent call last):
File "/usr/lib/python-exec/python2.7/esearch", line 5, in <module>
main()
File "/usr/lib/python2.7/site-packages/esearch/search.py", line 526, in main
db = loaddb(config)
File "/usr/lib/python2.7/site-packages/esearch/search.py", line 172, in loaddb
from esearchdb import db
File "/var/cache/edb/esearchdb.py", line 4479
('time-compat', 'dev-haskell/time-compat', True, '1.9.3', False, '48 kB', 'https://github.com/phadej/time-compat', 'This packages tries to compat as much of \\'time\\' features as possible', 'BSD'),
^
SyntaxError: invalid syntax
Code: Select all
sudo eselect python list
Available Python interpreters, in order of preference:
[1] python3.8
[2] python2.7
[3] python3.9 (fallback)
Thanks

