Related to this, I can't render anything with my wrapper to OpenAI's gym, because of an llvm version clash inside pyglet. If you solve this problem in a semi-general way, please let us know!
On Tuesday, August 9, 2016, Christoph Ortner <[email protected]> wrote: > To reply to my own question, this seems to have worked: > > git clone https://github.com/numba/llvmlite > cd llvmlite > LLVM_CONFIG=.../julia/usr/tools/llvm-config python setup.py install > LLVM_CONFIG=.../julia/usr/tools/llvm-config pip install numba > > > Unfortunately it didn't solve my problem since the library I am really > interested in (chemview) still crashes. >
