You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on May 19, 2024. It is now read-only.
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.
The text was updated successfully, but these errors were encountered:
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
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))
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.
The text was updated successfully, but these errors were encountered: