python_api
python_api copied to clipboard
pip install fails: No module named 'requests'
The requests library is a dependency. To fix run:
pip3 install requests