There was an error while loading. Please reload this page.
When running jitcode on HTCondor, some environment variables need to be set:
import os import tempfile os.environ['PYTHON_EGG_CACHE'] = tempfile.mkdtemp() os.environ['CC'] = 'gcc -w' os.environ['PATH'] = '/usr/local/bin:/usr/local/sbin:/bin:/sbin:/usr/bin:/usr/sbin'