Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

CPython: Support matplotlib ? #755

Open
penetest opened this issue Jul 11, 2019 · 1 comment
Open

CPython: Support matplotlib ? #755

penetest opened this issue Jul 11, 2019 · 1 comment

Comments

@penetest
Copy link

No description provided.

@saudet
Copy link
Member

saudet commented Mar 9, 2021

BTW, here's an example that works fine using pip:

        // Extract to JavaCPP's cache CPython and obtain the path to the executable file
        String python = Loader.load(org.bytedeco.cpython.python.class);

        // Install in JavaCPP's cache GluonNLP and MXNet to download and import BERT model
        new ProcessBuilder(python, "-m", "pip", "install", "gluonnlp", "mxnet", "pytest").inheritIO().start().waitFor();

https://github.com/bytedeco/javacpp-presets/blob/master/tvm/samples/DeployBERT.java

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants