blynk-library-python
blynk-library-python copied to clipboard
pip install blynk-library-python doesn't pull 1.0.0
Running pip install blynk-library-python
in linux doesn't pull the correct library. It pulls the 0.2.0 version which doesn't work with most the examples. Must manually install the 1.0.0 version.
Steps to recreate:
terminal -> pip install blynk-library-python
expected result:
installs blynk version 1.0.0
actual result:
installs blynk version 0.2.0
Install device/software:
Raspberry Pi 3b+ PRETTY_NAME="Raspbian GNU/Linux 11 (bullseye)" NAME="Raspbian GNU/Linux" VERSION_ID="11" VERSION="11 (bullseye)" Python 3.9.2
@kritch83, try this
pip install git+https://github.com/vshymanskyy/blynk-library-python
@kritch83 Try this. git clone https://github.com/vshymanskyy/blynk-library-python.git
This is working fine with version1.0.0 Check the Video with live connectivity with New Blynk at https://youtu.be/BNkE3O8skQA
@itsbhupendrasingh, it's not the same
@EugeneRymarev
Its working with New Blynk2.0 Terminal.
git clone https://github.com/vshymanskyy/blynk-library-python.git
@itsbhupendrasingh, the original link was different, you fixed it. And I replied to that post where the link was wrong.