exaloop / codon

A high-performance, zero-overhead, extensible Python compiler using LLVM
https://docs.exaloop.io/codon
Other
13.96k stars 498 forks source link

can't use in sub-system wsl in win10 #421

Closed Aeymeng closed 11 months ago

Aeymeng commented 12 months ago

i try to run codon run fib.py

fib.py code is as follows:from python import numpy as np

but raise error: Raised from: std.internal.dlopen.dlopen.2:0

Aborted(core dumped)

inumanag commented 11 months ago

I guess Codon cannot locate Python library: you will need to set up CODON_PYTHON to point to a proper Python library. See https://docs.exaloop.io/codon/interoperability/python. You might need to install Python in WSL as well.