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

Installing on RPI #59

Closed
jack-smack opened this issue Jul 31, 2019 · 1 comment
Closed

Installing on RPI #59

jack-smack opened this issue Jul 31, 2019 · 1 comment

Comments

@jack-smack
Copy link

Just install python 3 and then issue the following command:

pip install meross-iot --upgrade

BR

Originally posted by @albertogeniola in #2 (comment)

This doesnt work, gives output

Could not find a version that satisfies the requirement meross-iot (from versions: )
No matching distribution found for meross-iot

I am using a RPI3B+ on raspbian. I have installed python 3.

@jack-smack
Copy link
Author

Solution is: needed to use pip3 instead of pip. pip is for python2.7 pip 3 is for python3.7 which is the correct version

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant