TypeError при запуске тестов scons для установки Galsim на macOS 10.12 с помощью anaconda

Я пытаюсь установить Galsim, следуя инструкциям на https://github.com/GalSim-developers/GalSim/blob/master/INSTALL.md#0-overall-summary но продолжаю получать следующую ошибку при достижении scons tests часть.

    Starting python tests...
    scons: *** [tests/tests.log] TypeError : write() argument must be str, not bytes
    Traceback (most recent call last):
    File "/Users/lorena/anaconda3/lib/scons-3.0.0/SCons/Action.py", line 1197, in execute
    result = self.execfunction(target=target, source=rsources, env=env)
    File "/Users/lorena/git/GalSim/tests/SConscript", line 81, in run_tests
    sys.stdout.write(buf)
    TypeError: write() argument must be str, not bytes
    scons: building terminated because of errors.

Я использую Python 3.6.

0 ответов

Другие вопросы по тегам