AonCyberLabs / Windows-Exploit-Suggester

This tool compares a targets patch levels against the Microsoft vulnerability database in order to detect potential missing patches on the target. It also notifies the user if there are public exploits and Metasploit modules available for the missing bulletins.
GNU General Public License v3.0
3.94k stars 1.02k forks source link

xlrd library already installed but error states "please install and upgrade the python-xlrd library" #52

Closed harshinsecurity closed 3 years ago

harshinsecurity commented 3 years ago

issue (1)

AmandineGagnon commented 3 years ago

Someone else has already answer to this earlier. Try this.

wget the get-pip.py file

wget https://bootstrap.pypa.io/pip/2.7/get-pip.py

Run the file with python2 get-pip.py

python get-pip

Install xlrd==1.1.0

python -m pip2 install --user xlrd==1.1.0