Problem when downgrading from eclipse-zenoh 0.5.0-beta.9 to beta.8 #62
-
Hello, I am working with Zenoh with a publisher injecting frames in the channel and a worker reading the frames. However, I realized that by mistake the publisher has eclipse-zenoh==0.5.0b9 and the worker has eclipse-zenoh==0.5.0b8 and this causes problems. I am interested in continue working with version 0.5.0b8 because of other dependencies, however, when I run Do you know what is wrong? How can I downgrade the eclipse-zenoh version of the publisher?
I am using ubuntu 18.04. Thank you |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 3 replies
-
Hi @paloma-jim, The version 0.5.0-beta.8 for the Zenoh Python API was named |
Beta Was this translation helpful? Give feedback.
Hi @paloma-jim,
The version 0.5.0-beta.8 for the Zenoh Python API was named
0.5.0-b8
(see https://pypi.org/project/eclipse-zenoh/0.5.0-b8/#history).So you can install it running:
pip install eclipse-zenoh==0.5.0-b8