[21:40:37] !help I keep running into: [21:40:38] TheSandDoctor: If you don't get a response in 15-30 minutes, please create a phabricator task -- https://phabricator.wikimedia.org/maniphest/task/edit/form/1/?projects=wmcs-team [21:40:41] https://www.irccloud.com/pastebin/uK2Pp1lP/ [21:40:56] However, mwclient is indeed installed? I am referencing the python version as I always have in the past and worked pre-trusty deprecation. Since then, I have re-installed python3 and the extensions. [21:40:56] `!/data/project/deprecated-fixer-bot/www/python/venv/bin/python3` [21:42:57] "mwclient" is indeed listed in `/data/project/deprecated-fixer-bot/www/python/venv/lib/python3.4/site-packages` [21:44:09] could my pyvenv.cfg have anything to do with it? [21:44:12] https://www.irccloud.com/pastebin/TfoaDEPM/ [21:54:35] TheSandDoctor: how are you invoking your script? [21:56:21] @legoktm I have a couple wrapper scripts, but essentially `jsub -v PYTHONIOENCODING=UTF-8 -N ./draft_template_remover.py` [21:56:59] (wrappers for some quick editing, but that is the underlying command) [21:56:59] TheSandDoctor: that error looks like the sort of thing we see when there is a version mismatch between the venv and the runtime python. [21:57:30] how would I go about confirming that @bd808? [21:57:38] * TheSandDoctor doesn't use venv outside of -cloud [21:57:41] and tools* [21:57:52] yep, it's a mismatch [21:58:01] https://paste.fedoraproject.org/paste/jYOxpG9ggfkQZjSz0~17sw/raw [21:58:03] how do I go about resolving then? [21:58:14] just reinstall whatever you need [21:58:21] create a new venv probably [21:58:31] I already did that, that's the confusing bit for me [21:58:35] oh well, will try again [21:58:54] why are you specifying 3.4.2 in your pyvenv.cfg? [21:59:02] (also I've never used pyvenv before so I'm not sure how that works) [21:59:14] I didn't write the file, generated that way. [21:59:37] probably made a mistake somewhere. Wouldn't be the first time nor the last [21:59:37] :P [21:59:59] removing python/venv etc is just simply done by removing, right? [22:00:16] @legoktm [22:00:44] yes [22:16:30] @legoktm just removed venv and reinstalled everything. same error [22:19:03] @bd808 ^ [22:19:04] wait [22:19:11] this is supposed to run on the gird [22:19:13] grid* [22:19:21] why are you creating the venv in the kubernetes webservice? [22:19:43] created it as a web service and ran off of that on trusty. [22:20:22] and was only one with a python 3 guide if I remember correctly [22:27:55] only create it on the k8s webservice if it's actually going to run on k8s as a webservice [22:28:05] otherwise jsut create the venv normally on any stretch instance [22:28:16] and then run it on the grid and it'll just work [22:38:36] looks like that worked.......standby [23:03:09] worked. Thanks @legoktm @bd808 :) [23:03:15] np!