не удаётся скачать командой pip зависимость, пишет в ошибке что версия слабая…но и версию обновить не даёт потому что версия слабая
[root@localhost Python-3.8.1]# pip install packageName
Collecting packageName
Could not find a version that satisfies the requirement packageName (from versions: )
No matching distribution found for packageName
You are using pip version 8.1.2, however version 22.0.4 is available.
You should consider upgrading via the 'pip install --upgrade pip' command.
[root@localhost Python-3.8.1]#
[root@localhost Python-3.8.1]# pip install --upgrade pip
Collecting pip
Using cached https://files.pythonhosted.org/packages/33/c9/e2164122d365d8f823213a53970fa3005eb16218edcfc56ca24cb6deba2b/pip-22.0.4.tar.gz
Complete output from command python setup.py egg_info:
Traceback (most recent call last):
File "<string>", line 1, in <module>
File "/tmp/pip-build-MNRaXG/pip/setup.py", line 7
def read(rel_path: str) -> str:
^
SyntaxError: invalid syntax
----------------------------------------
Command "python setup.py egg_info" failed with error code 1 in /tmp/pip-build-MNRaXG/pip/
You are using pip version 8.1.2, however version 22.0.4 is available.
You should consider upgrading via the 'pip install --upgrade pip' command.