('Nmap not found', )

后端 未结 8 1112
难免孤独
难免孤独 2020-12-18 04:28

Where is the problem?

import nmap

I installed nmap and python, and when I use import nmap there is no any problem. But when us

8条回答
  •  粉色の甜心
    2020-12-18 04:56

    I have had the same problem. Just type in a terminal:

    sudo apt-get install nmap
    

    and problem solved.

提交回复
热议问题