Показать сообщение отдельно

  #4  
Старый 06.12.2017, 20:12
krypt0n
Новичок
Регистрация: 28.08.2017
Сообщений: 1
С нами: 4584566

Репутация: 0
По умолчанию

Цитата:

moipoezd сказал(а):

pip поставил вроде норм, перечитав уйму манов

Код:


Код:
[root@parrot]─[~]
└──╼ #pip3 --version
pip 9.0.1 from /usr/local/lib/python3.5/dist-packages/pip-9.0.1-py3.5.egg (python 3.5)
однако другая проблема

Код:


Код:
─[✗]─[root@parrot]─[~/V3n0M-Scanner/src]
└──╼ #python3.5 v3n0m.py

|------ PYTHON PROBLEM DETECTED! Recovery Menu Enabled -----|
Exception Error Message encountered: 
|--- You are advised to run either or both steps below   ---|
|--- Recovery Menu :::: please let me know if you have any problems with it!   ---|
| --Note, if your running Ubuntu you may need to run --> sudo apt-get install python3-bs4 --|
| --Note, Requires Sudo or Root to perform updates/fixes to Python    

             V3n0M python modules can be updated with either option below          
[1] Run Pip3 and Auto-Update Python3 modules to latest versions,
[2] Auto-Install all the required v3n0m modules specified in the program requirements
[3] Exit
Note: Both recovery options will at the end, perform a check at the end so everything is upto date
:3\
Traceback (most recent call last):
  File "v3n0m.py", line 13, in 
    import re, random, threading, socket, urllib.request, urllib.error, urllib.parse, http.cookiejar, subprocess, \
ImportError: No module named 'aiohttp'

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "v3n0m.py", line 47, in 
    import pip
ImportError: No module named 'pip'
apt-get install python3-pip вот это попробуй, мне помогло!
 
Ответить с цитированием