Dymerz / SMA-SunnyBoy

A simple data retrieving from SMA SunnyBoy
https://sma-sunnyboy.readthedocs.io/en/latest/sma_sunnyboy.html
MIT License
39 stars 9 forks source link

pip install on raspberry fails #19

Open frits-ffp opened 3 years ago

frits-ffp commented 3 years ago

Hallo, i tried to do "pip install SMA-SunnyBoy" on a raspberry pi 3 and failed on my windows pc it works like a charm but on my raspberry i get the following `pi@NAS:~/script $ pip install SMA-SunnyBoy

Looking in indexes: https://pypi.org/simple, https://www.piwheels.org/simple Collecting SMA-SunnyBoy Could not find a version that satisfies the requirement SMA-SunnyBoy (from versions: ) No matching distribution found for SMA-SunnyBoy ` any ideas

best regards frits

Dymerz commented 3 years ago

Hi, it could be caused by bad version of python, this package required Python>=3.6, please check which version of Python you are using.

jonasverh commented 3 years ago

use PIP3 => pip3 install SMA-SunnyBoy