BrooksLabUCSC / flair

Full-Length Alternative Isoform analysis of RNA
Other
208 stars 71 forks source link

Fatal error: unable to initialize the JIT #202

Closed wenmm closed 1 year ago

wenmm commented 2 years ago

Hello, but when I run flair.py diffExp and diffSplice, I came across this problem and I'm struggled. """ Error in ::(base, quote) : could not find function "::" Error in ::(base, quote) : could not find function "::" Error in :::(compiler, checkCompilerOptions) : could not find function ":::" Fatal error: unable to initialize the JIT """

Jeltje commented 2 years ago

This issue is probably due to your local R installation, please google the error message to see how to fix it.

It might be easier to run Flair from its docker container:

docker pull brookslab/flair:latest

You can then run flair commands like so docker run -v `pwd`:/mydata -w /mydata brookslab/flair:latest flair diffExp (...)

(note that you no longer need the .py extension after flair)

If this solves your problem to your satisfaction, please close this ticket.

We are working to make Flair conda installable but this might take a while.