Re: [julia-users] PyCall-ing Numba-dependent Libraries

2016-08-09 Thread Christoph Ortner
(or a long piece; as long as I can just clone and run something) On Tuesday, 9 August 2016 19:14:13 UTC+1, Christoph Ortner wrote: > > > Do you have a short piece of code to try? I'd like to see whether I run > into the same problem as with chemview. >

Re: [julia-users] PyCall-ing Numba-dependent Libraries

2016-08-09 Thread Christoph Ortner
Do you have a short piece of code to try? I'd like to see whether I run into the same problem as with chemview.

Re: [julia-users] PyCall-ing Numba-dependent Libraries

2016-08-09 Thread Tom Breloff
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 wrote: > To reply to my own question, this seems to have wor

[julia-users] PyCall-ing Numba-dependent Libraries

2016-08-08 Thread Christoph Ortner
Has anybody managed to @pyimport a package that uses NUMBA? I've only found this discussion , of how it fails. It seems related to LLVM versions, which in principle sounds easy enough to fix, either change the LLVM version in Julia or in Pytho