You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Dec 10, 2024. It is now read-only.
Mostly creating this so if someone has the same problem this will show up in Google
Collecting SOAPpy (from servicenow->nms-servicenow-replica==0.0.1a1480522484)
Downloading SOAPpy-0.12.22.zip (172kB)
Complete output from command python setup.py egg_info:
Traceback (most recent call last):
File \"<string>\", line 1, in <module>
File \"/tmp/pip-build-fuwjy0sg/SOAPpy/setup.py\", line 17, in <module>
+'\\n'+read('CHANGES.txt')
File \"/tmp/pip-build-fuwjy0sg/SOAPpy/setup.py\", line 12, in read
os.path.join('.', *rnames)
File \"/usr/lib64/python3.4/encodings/ascii.py\", line 26, in decode
return codecs.ascii_decode(input, self.errors)[0]
UnicodeDecodeError: 'ascii' codec can't decode byte 0xc3 in position 842: ordinal not in range(128)
We have this issue when running pip3 install soappy through Ansible executing in our Jenkins server, we have found out that adding:
Mostly creating this so if someone has the same problem this will show up in Google
We have this issue when running
pip3 install soappy
through Ansible executing in our Jenkins server, we have found out that adding:to Ansible's environment fixes the issue, previously Jenkins had
LANG=C.UTF-8
and noLANGUAGE
setThe text was updated successfully, but these errors were encountered: