python companies_house_exporter.py -n -d -f "xls_file_template.xlsx"
Traceback (most recent call last):
File "C:\tools\Cmder\CompaniesHouse_exporter\companies_house_exporter.py", line 18, in
from ch_api import get_profile, get_officers
File "C:\tools\Cmder\CompaniesHouse_exporter\ch_api.py", line 6, in
from requests.auth import HTTPBasicAuth
ModuleNotFoundError: No module named 'requests'
python companies_house_exporter.py -n -d -f "xls_file_template.xlsx" Traceback (most recent call last): File "C:\tools\Cmder\CompaniesHouse_exporter\companies_house_exporter.py", line 18, in
from ch_api import get_profile, get_officers
File "C:\tools\Cmder\CompaniesHouse_exporter\ch_api.py", line 6, in
from requests.auth import HTTPBasicAuth
ModuleNotFoundError: No module named 'requests'