rationalmatter / Juno-Issue-Tracker

Defect Tracker for Juno
78 stars 1 forks source link

Add llvmlite #165

Open rayandaod opened 4 years ago

rayandaod commented 4 years ago

Description Hello, I get the following error when trying to import the package llvmlite in Juno : "Failed to install llvmlite 0.32.1 - Install from source failed". Do other people have that error too ? Otherwise, is there a way to fix it pls? Thank you

Environment:

alexstaravoitau commented 4 years ago

Hi @rayandaod — you can only install pure Python packages due to platform restrictions, and llvmlite has native extensions that need to be compiled and embedded in the app. This qualifies as a package request, but I'm not sure this is something that can be done in case of llvmlite at all, to be honest. This llvmlite package seems to be a wrapper around llvm or something like that? So not sure this is doable due to the nature of the library and current OS restrictions.

rayandaod commented 4 years ago

Thank you for your answer! I’ll try to use another package in the mean time.

vitorcallis commented 1 year ago

Hi, @alexstaravoitau can see if you port the llvmlite package to Juno? I need it to use #with the package Numba, which necessary for Quantecon (which is a package essential for econometric studies).

Thank you!

alexstaravoitau commented 1 year ago

Hey @vitorcallis — not sure if llvmlite is possible to get to work on iOS at all if I'm honest. I'll keep this issue open in case there are some new developments, e.g. if the OS restrictions change.