ShaiShulman / CompaniesHouse_exporter

Export registration information from the UK Companies House into an Excel file
0 stars 0 forks source link

ModuleNotFoundError: No module named 'requests' #1

Open diilmac opened 2 years ago

diilmac commented 2 years ago

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'

diilmac commented 2 years ago

fixed