Вот лог мучений
ia@PC:~/piton$ git clone Здесь ссылка на клонирование скрипта
Клонирование в «rili-super-resolution»...
remote: Enumerating objects: 49, done.
remote: Counting objects: 100% (49/49), done.
remote: Compressing objects: 100% (41/41), done.
remote: Total 49 (delta 24), reused 25 (delta 8), pack-reused 0
Распаковка объектов: 100% (49/49), 691.25 КиБ | 1.37 МиБ/с, готово.
ia@PC:~/piton$ cd rili-super-resolution/
ia@PC:~/piton/rili-super-resolution$ python -m venv .
/usr/bin/python: No module named venv
ia@PC:~/piton/rili-super-resolution$ sudo apt-get install python3-pip
[sudo] пароль для ia:
Чтение списков пакетов… Готово
Построение дерева зависимостей
Чтение информации о состоянии… Готово
Уже установлен пакет python3-pip самой новой версии (20.0.2-5ubuntu1.9).
Обновлено 0 пакетов, установлено 0 новых пакетов, для удаления отмечено 0 пакетов, и 4 пакетов не обновлено.
ia@PC:~/piton/rili-super-resolution$ sudo apt-get install python3-venv
Чтение списков пакетов… Готово
Построение дерева зависимостей
Чтение информации о состоянии… Готово
Уже установлен пакет python3-venv самой новой версии (3.8.2-0ubuntu2).
Обновлено 0 пакетов, установлено 0 новых пакетов, для удаления отмечено 0 пакетов, и 4 пакетов не обновлено.
ia@PC:~/piton/rili-super-resolution$ python -m venv -h
/usr/bin/python: No module named venv
ia@PC:~/piton/rili-super-resolution$ python3 -m venv -h
usage: venv [-h] [--system-site-packages] [--symlinks | --copies] [--clear] [--upgrade] [--without-pip] [--prompt PROMPT]
ENV_DIR [ENV_DIR ...]
Creates virtual Python environments in one or more target directories.
positional arguments:
ENV_DIR A directory to create the environment in.
optional arguments:
-h, --help show this help message and exit
--system-site-packages
Give the virtual environment access to the system site-packages dir.
--symlinks Try to use symlinks rather than copies, when symlinks are not the default for the platform.
--copies Try to use copies rather than symlinks, even when symlinks are the default for the platform.
--clear Delete the contents of the environment directory if it already exists, before environment creation.
--upgrade Upgrade the environment directory to use this version of Python, assuming Python has been upgraded in-
place.
--without-pip Skips installing or upgrading pip in the virtual environment (pip is bootstrapped by default)
--prompt PROMPT Provides an alternative prompt prefix for this environment.
Once an environment has been created, you may wish to activate it, e.g. by sourcing an activate script in its bin directory.
ia@PC:~/piton/rili-super-resolution$ python -m venv .
/usr/bin/python: No module named venv
ia@PC:~/piton/rili-super-resolution$ python -m venv
/usr/bin/python: No module named venv
ia@PC:~/piton/rili-super-resolution$ python -m venv demoenv
/usr/bin/python: No module named venv
Код:
Клонирование в «rili-super-resolution»...
remote: Enumerating objects: 49, done.
remote: Counting objects: 100% (49/49), done.
remote: Compressing objects: 100% (41/41), done.
remote: Total 49 (delta 24), reused 25 (delta 8), pack-reused 0
Распаковка объектов: 100% (49/49), 691.25 КиБ | 1.37 МиБ/с, готово.
ia@PC:~/piton$ cd rili-super-resolution/
ia@PC:~/piton/rili-super-resolution$ python -m venv .
/usr/bin/python: No module named venv
ia@PC:~/piton/rili-super-resolution$ sudo apt-get install python3-pip
[sudo] пароль для ia:
Чтение списков пакетов… Готово
Построение дерева зависимостей
Чтение информации о состоянии… Готово
Уже установлен пакет python3-pip самой новой версии (20.0.2-5ubuntu1.9).
Обновлено 0 пакетов, установлено 0 новых пакетов, для удаления отмечено 0 пакетов, и 4 пакетов не обновлено.
ia@PC:~/piton/rili-super-resolution$ sudo apt-get install python3-venv
Чтение списков пакетов… Готово
Построение дерева зависимостей
Чтение информации о состоянии… Готово
Уже установлен пакет python3-venv самой новой версии (3.8.2-0ubuntu2).
Обновлено 0 пакетов, установлено 0 новых пакетов, для удаления отмечено 0 пакетов, и 4 пакетов не обновлено.
ia@PC:~/piton/rili-super-resolution$ python -m venv -h
/usr/bin/python: No module named venv
ia@PC:~/piton/rili-super-resolution$ python3 -m venv -h
usage: venv [-h] [--system-site-packages] [--symlinks | --copies] [--clear] [--upgrade] [--without-pip] [--prompt PROMPT]
ENV_DIR [ENV_DIR ...]
Creates virtual Python environments in one or more target directories.
positional arguments:
ENV_DIR A directory to create the environment in.
optional arguments:
-h, --help show this help message and exit
--system-site-packages
Give the virtual environment access to the system site-packages dir.
--symlinks Try to use symlinks rather than copies, when symlinks are not the default for the platform.
--copies Try to use copies rather than symlinks, even when symlinks are the default for the platform.
--clear Delete the contents of the environment directory if it already exists, before environment creation.
--upgrade Upgrade the environment directory to use this version of Python, assuming Python has been upgraded in-
place.
--without-pip Skips installing or upgrading pip in the virtual environment (pip is bootstrapped by default)
--prompt PROMPT Provides an alternative prompt prefix for this environment.
Once an environment has been created, you may wish to activate it, e.g. by sourcing an activate script in its bin directory.
ia@PC:~/piton/rili-super-resolution$ python -m venv .
/usr/bin/python: No module named venv
ia@PC:~/piton/rili-super-resolution$ python -m venv
/usr/bin/python: No module named venv
ia@PC:~/piton/rili-super-resolution$ python -m venv demoenv
/usr/bin/python: No module named venv