hposton / python-for-cybersecurity

This repository holds the Python scripts discussed in the Infosec Institute's Python for Cybersecurity learning Path
GNU General Public License v3.0
308 stars 193 forks source link

No matching distribution found for urllib #1

Closed kaiorafael closed 3 years ago

kaiorafael commented 3 years ago

By running the command

python -m pip install -r req.txt

I am getting the following with Python 3.9 env:

ERROR: Could not find a version that satisfies the requirement urllib (from versions: none)
ERROR: No matching distribution found for urllib

So, urllib is already a standard Python library. I was able to install the required libraries after I have removed urllib

asyncssh brython dnspython httpserver libratom paramiko psutil pycryptodomex pyinstaller requests scapy wmi

hposton commented 3 years ago

Yeah, that was a stupid mistake. Thanks for catching!