Collecting requests
Using cached requests-2.28.2-py3-none-any.whl (62 kB)
ERROR: Could not find a version that satisfies the requirement smtp (from versions: none)
ERROR: No matching distribution found for smtp
which version of python is required? I can't even find smtp lib on pypi.org ...
btw smtplib is builtin module
$ python3.9 -m venv venv
$ source venv/bin/activate
$ pip install requests smtp
which version of python is required? I can't even find
smtp
lib on pypi.org ... btw smtplib is builtin module