GithubHelp home page GithubHelp logo

Comments (3)

aeb5005 avatar aeb5005 commented on August 26, 2024 1

This is the exact error I get when trying to install on kubuntu.
Basically each time I got an error I would use pip to install until no more errors and the GUI opened.

The following commands were used until the GUI opened:
sudo apt-get install python-setuptools
sudo easy_install netifaces
sudo apt-get install python-dev (doesn't seem necessary)
sudo easy_install pip
sudo pip install --upgrade virtualenv
sudo apt-get install python-netifaces <<this one seemed to resolve the netifaces issue
sudo pip install configparser
sudo pip install pygtail
sudo pip install BeautifulSoup
sudo pip install netaddr
sudo pip install config
sudo pip install isc_dhcp_leases

I had some warnings when installing some of the above:

"The directory '/home/alex/.cache/pip/http' or its parent directory is not owned by the current user and the cache has been disabled. Please check the permissions and owner of that directory. If executing pip with sudo, you may want sudo's -H flag.
The directory '/home/alex/.cache/pip' or its parent directory is not owned by the current user and caching wheels has been disabled. check the permissions and owner of that directory. If executing pip with sudo, you may want sudo's -H flag."

After all of that, I can run wifi-pumpkin and get the GUI to open. Here is the output:

alex@alex-VirtualBox:~/WiFi-Pumpkin$ sudo ./wifi-pumpkin.py
Loading GUI...
WiFi-Pumpkin Running!
QInotifyFileSystemWatcherEngine::addPaths: inotify_add_watch failed: No such file or directory
QFileSystemWatcher: failed to add paths: /home/alex/.config/ibus/bus
Bus::open: Can not get ibus-daemon's address.
IBusInputContext::createInputContext: no connection to ibus-daemon

To fix this I used the following commands:
sudo apt-get install ibus
ibus-daemon -d

I'll keep playing with it and will edit this when I learn more. It looks like you need to update the install script for kubuntu.

from wifi-pumpkin-deprecated.

mh4x0f avatar mh4x0f commented on August 26, 2024

try this:

easy_install netifaces

from wifi-pumpkin-deprecated.

brandontict avatar brandontict commented on August 26, 2024

I just started receiving this same error. When attempting to install netifaces .

pip install netifaces Collecting netifaces Downloading netifaces-0.10.5.tar.gz Could not import setuptools which is required to install from a source distribution. Traceback (most recent call last): File "/usr/lib/python3/dist-packages/pip/req/req_install.py", line 387, in setup_py import setuptools # noqa File "/usr/share/python-wheels/setuptools-32.3.1-py2.py3-none-any.whl/setuptools/__init__.py", line 10, in <module> from setuptools.extern.six.moves import filter, filterfalse, map File "/usr/share/python-wheels/setuptools-32.3.1-py2.py3-none-any.whl/setuptools/extern/__init__.py", line 1, in <module> from pkg_resources.extern import VendorImporter ImportError: No module named 'pkg_resources.extern'
I've tried a new virtualenv, same error.

pip list
states setuptools (34.2.0) is installed.

Alot of Googling has got me no where.. Any Ideas?

Thanks for sharing this project :-D

from wifi-pumpkin-deprecated.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.