Skip to content
This repository has been archived by the owner on May 19, 2024. It is now read-only.

neeed help #4

Closed
Lucky97 opened this issue Sep 11, 2018 · 3 comments
Closed

neeed help #4

Lucky97 opened this issue Sep 11, 2018 · 3 comments
Assignees

Comments

@Lucky97
Copy link

Lucky97 commented Sep 11, 2018

wifiphisher 1.4 requires dbus-python, which is not installed.
wifiphisher 1.4 requires pbkdf2, which is not installed.
wifiphisher 1.4 requires PyRIC, which is not installed.
wifiphisher 1.4 requires roguehostapd, which is not installed.
nyawc 1.8.1 has requirement beautifulsoup4==4.6.0, but you'll have beautifulsoup4 4.6.3 which is incompatible.
nyawc 1.8.1 has requirement lxml==4.0.0, but you'll have lxml 4.2.5 which is incompatible.
nyawc 1.8.1 has requirement requests==2.18.4, but you'll have requests 2.19.1 which is incompatible.

@Anon-Exploiter
Copy link
Owner

Hi there,

I think using a virtual environment in python will resolve that issue (as there are some programs which are using those libraries)
You can do that using the following commands

user@b0x:~ pip install virtualenv
user@b0x:~ cd ~/
user@b0x:~ mkdir .venv
user@b0x:~ cd .venv
user@b0x:~ virtualenv . -p python2

Then activate the virtual environment using
user@b0x:~ source ~/.venv/bin/activate

If something like this appears its most probably that its activated:
(.venv) user@b0x:~

Now goto your directory of SiteBroker and install the dependencies using pip as:
(.venv) user@b0x:~ pip install -r requirements.txt

Now you're ready to run SiteBroker
(.venv) user@b0x:~ python SiteBroker.py

That'll resolve the issue 🙂

@negantr
Copy link

negantr commented Jan 24, 2020

help
Could not find a version that satisfies the requirement pkg-resources==0.0.0 (from -r requirements.txt (line 9)) (from versions: )
No matching distribution found for pkg-resources==0.0.0 (from -r requirements.txt (line 9))

@Anon-Exploiter
Copy link
Owner

@negantr please clone the latest version and try again.

This issue was closed.
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

3 participants