Ayush Shridhar
Ayush Shridhar
@denizyuret Sorry for the confusion: I lost access to my previous github account(@ayush1999 ). This is my new account. Could you send me the invite to this account? Thanks.
@jbottum Thanks for getting back! I'm on knative v0.22.1, cert-manager 1.7.1 and istio 1.11. I'm also on the master branch of this repo (is there some other tagged version I...
@jbottum I've downgraded k8s to 1.19: ``` Client Version: version.Info{Major:"1", Minor:"19", GitVersion:"v1.19.16", GitCommit:"e37e4ab4cc8dcda84f1344dda47a97bb1927d074", GitTreeState:"clean", BuildDate:"2021-10-27T16:25:59Z", GoVersion:"go1.15.15", Compiler:"gc", Platform:"linux/amd64"} Server Version: version.Info{Major:"1", Minor:"19", GitVersion:"v1.19.16", GitCommit:"e37e4ab4cc8dcda84f1344dda47a97bb1927d074", GitTreeState:"clean", BuildDate:"2021-10-27T16:20:18Z", GoVersion:"go1.15.15", Compiler:"gc", Platform:"linux/amd64"} ```...
Yes, getting this error message: ``` Error from server (Invalid): error when applying patch: [110/1886] {"metadata":{"annotations":{"controller-gen.kubebuilder.io/version":null,"kubectl.kubernetes.io/last -applied-configuration":"{\} ``` A long error message after this. Can attach if it helps. And...
Upon further investigation, I'm forced to wonder if this is because of some cni issue (or maybe firewall).
Ok, turns out it had something to do with my network configuration. v1.4.1 worked for me.
@dvaldivia No, didn't work with 1.23. Had to use 1.19 instead.
@Goku2699 #637 is done. Feel free to give this a try.
@probaku1234 Are you in the correct directory? `bugzilla.get_bugs()` works only when you are in `bugbug/`. From the root directory of this project, run `python scripts/evaluate_similarity.py --algorithm=word2vec_wmd`.
@probaku1234 Have you added bugbug to your pythonpath? If you're on linux, open the .bashrc file and add `export PYTHONPATH=path_to_bugbug_directory`.