We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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.
The text was updated successfully, but these errors were encountered:
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
Sorry, something went wrong.
No branches or pull requests
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.
The text was updated successfully, but these errors were encountered: