Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

pip install on raspberry fails #19

Open
frits-ffp opened this issue Mar 10, 2021 · 2 comments
Open

pip install on raspberry fails #19

frits-ffp opened this issue Mar 10, 2021 · 2 comments
Labels
bug Something isn't working

Comments

@frits-ffp
Copy link

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

@frits-ffp frits-ffp added the bug Something isn't working label Mar 10, 2021
@Dymerz
Copy link
Owner

Dymerz commented Mar 11, 2021

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
Copy link

use PIP3 => pip3 install SMA-SunnyBoy

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

3 participants