chaquo / chaquopy

Chaquopy: the Python SDK for Android
https://chaquo.com/chaquopy/
MIT License
753 stars 129 forks source link

pystan and fbprophet #243

Open Aniskonig opened 4 years ago

Aniskonig commented 4 years ago

Dear can you please add Cython, pystan, python-dateutil, pytz, six and fbprophet to your repository because when i try to install them :

        python {
            buildPython "C:/Users/aniso/AppData/Local/Programs/Python/Python38/python.exe"
            pip {
                install "Cython"
                install "fbprophet"
                // The same thing for the others
            }
        }

I got this error

error: CCompiler.compile: Chaquopy cannot compile native code and Failed to install "package name"

Thanks for all CHAQUOPY you're the best

mhsmith commented 4 years ago

Thanks for the report. The only packages in this list which currently fail to install are pystan and fbprophet. (Cython would be required for building the packages, but not running them.)

These packages aren't currently a priority, but if anyone else wants them too, please add a thumbs-up to the original post and we may provide them in the future.

Aniskonig commented 4 years ago

Please tell me what i have to do to solve this problem i need them for my project

mhsmith commented 4 years ago

EDIT 2022-08: this offer is no longer available.

We might be able to provide them in return for a payment. If you'd be interested in this, please contact us at the email address on our website.

Aniskonig commented 4 years ago

I’m student sir/madam and I need it for my graduation project that’s all 

mhsmith commented 4 years ago

I understand, but it takes a significant amount of time to build and test new packages, so we won't usually add them for free unless they're very popular.

mhsmith commented 11 months ago

The package build tool is now open-source, so if you'd like to try building these packages yourself, follow the instructions here. And if you're successful, please make a pull request so we can add the package to the public repository.