sarnau / EnphaseEnergy

Various collected information about Enphase Energy solar system
136 stars 35 forks source link

Noobie needs help #5

Closed roboroborobo closed 2 years ago

roboroborobo commented 2 years ago

Hi, Just tried to run enphaseStreamMeter.py on Windows 10 with Python 3.10.2. Before running I edited the code to add Envoy host ip address and the installer password generated using the passwordCalc.py code. Here's the error I get: , line 4, in import requests ModuleNotFoundError: No module named 'requests'

Is this a configuration error with my (new) python installation or something else.

Thanks in advance! Robo

sarnau commented 2 years ago

You need to use pip install requests or pip3 install requests