yfinance shows different behavior between interactive Python interpreter mode and script execution mode. In script mode, fetching stock information fails with a "Too Many Requests" error, while ...
Created a venv, then trying to install an app into it, running into: ./venv/bin/pip install -r requirements.txt (...) checking for the distutils Python package... yes ...