L
L
link_vrb2021-12-31 11:22:08
Python
link_vrb, 2021-12-31 11:22:08

How to install nuitka python3 library?

When I enter it nuitka
outputs

Command 'nuitka' not found, but can be installed with:

apt install nuitka


When I enter it apt install nuitka
outputs
Чтение списков пакетов… Готово
Построение дерева зависимостей       
Чтение информации о состоянии… Готово
Уже установлен пакет nuitka самой новой версии (0.6.18.6+ds-1).
Обновлено 0 пакетов, установлено 0 новых пакетов, для удаления отмечено 0 пакетов, и 299 пакетов не обновлено.


And finally, when I enter, it pip3 install nuitka
displays
Requirement already satisfied: nuitka in /usr/lib/python3/dist-packages


I don't know why it doesn't see that the nuitka library is already installed.

Answer the question

In order to leave comments, you need to log in

1 answer(s)
D
Dr. Bacon, 2021-12-31
@link_vrb

if python3 -m nuitka gives
FATAL:
Error, need positional argument with python module or main program.
it means the library is installed, run python3 -m nuitka твой_скрипт.pysomething that just nuitkadoesn’t work, something broke in the installation scripts and this command was not written in the paths

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question