vshymanskyy / blynk-library-python

Blynk library for Python. Works with Python 2, Python 3, MicroPython.
https://blynk.io/
MIT License
286 stars 98 forks source link

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

Open kritch83 opened 2 years ago

kritch83 commented 2 years ago

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

EugeneRymarev commented 1 year ago

@kritch83, try this pip install git+https://github.com/vshymanskyy/blynk-library-python

itsbhupendrasingh commented 1 year ago

@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

EugeneRymarev commented 1 year ago

@itsbhupendrasingh, it's not the same

itsbhupendrasingh commented 1 year ago

@EugeneRymarev

Its working with New Blynk2.0 Terminal.

git clone https://github.com/vshymanskyy/blynk-library-python.git

EugeneRymarev commented 1 year ago

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