Steps to replicate the issue (include links if applicable):
- Run python3 /data/project/shared/pywikibot/core_stable/pwb.py replace.py on the bastion host
What happens?:
The 'mwparserfromhell>=0.6.3' distribution was not found and is required by the application
A package necessary for pywikibot is missing.
Please update required module with:
pip install "mwparserfromhell>=0.6.3"
What should have happened instead?:
Should work. If replace.py is invoked directly ($ python3 /data/project/shared/pywikibot/core_stable/scripts/replace.py), no error is given.
Software version (skip for WMF-hosted wikis like Wikipedia):
Other information (browser name/version, screenshots, etc.):
Probably introduced in T326498