OpenSSL

Fixing ImportError: urllib3 v2.0 only supports OpenSSL 1.1.1+

Reproducing the errorFirst, let’s start by creating and activating a virtual environment that we shall be using with the intention to install some Python dependencies.# Create a virtual environment$ python3 -m venv ~/test-venv# Activate...

Recent posts

Popular categories

ASK ANA