vshymanskyy / blynk-library-python

Blynk library for Python. Works with Python 2, Python 3, MicroPython.

Home Page:https://blynk.io/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

pip install blynk-library-python doesn't pull 1.0.0

kritch83 opened this issue · comments

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

sme pi new blyn2

@itsbhupendrasingh, it's not the same

@itsbhupendrasingh, the original link was different, you fixed it. And I replied to that post where the link was wrong.