Hi
I'm doing this on the company sandbox so I can not make a git clone.
And trying 8859-1 (cp 819) does not change anything:
/home/bc6608/psutil:chtag -p setup.py
t ISO8859-1 T=on setup.py
PYTHONWARNINGS=all python3 setup.py build_ext -i `python3 -c "import sys, os;
py36 = sys.version_info[:2] >= (3, 6); cpus = os.cpu_count() or 1 if py36 else
1; print('--parallel %s' % cpus if cpus > 1 else '')"`
Traceback (most recent call last):
File "/home/bc6608/psutil/setup.py", line 47, in <module>
from _common import AIX # NOQA
^^^^^^^^^^^^^^^^^^^^^^^
UnicodeDecodeError: 'utf-8' codec can't decode byte 0x97 in position 2: invalid
start byte
I'm know that getting to run and move it back to github will be clumbersome,
but if I do not try I do not learn.
BR
Frank Allan Rasmussen
----------------------------------------------------------------------
For IBM-MAIN subscribe / signoff / archive access instructions,
send email to [email protected] with the message: INFO IBM-MAIN