Rohan Anand

Results 20 comments of Rohan Anand

You could try installing the required version of `protobuf` using `pip`, and then running the `python setup.py develop` command again. For example, you could try running: pip install 'protobuf=3.11.0' This...

can i take this issue...any pre-requisites?

@leecalcote we can implement a watch on the custom resource, which tracks changes to the endpoint location, the meshery operator can trigger this watch, which will notify Meshery Server of...

what we have to do in it....do we have to make a script for it???

I'm also getting same errors, kindly help...

@RohitKrishnan123 can you explain what you have added?

@Geethanjali0600 can you explain what you have added?

@cclauss , for `quantum/bb84.py` I observed that the key is generating correct whereas the key (as outputs) provided in doctests are different. doctest: >>> bb84(16, seed=0) '1101101100010000' >>> bb84(8, seed=0)...

> > for `quantum/bb84.py` I observed that the key is generating is correct whereas the key (as outputs) provided in doctests are different. > > @rohan472000 How did you confirm...