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

pybalu #577

Closed
tomascortes opened this issue Jan 4, 2022 · 4 comments
Closed

pybalu #577

tomascortes opened this issue Jan 4, 2022 · 4 comments
Labels

Comments

@tomascortes
Copy link

tomascortes commented Jan 4, 2022

Hi!
I'm trying to import the library pybalu and getting the error:
Failed to install pybalu from https://files.pythonhosted.org/packages/15/10/1071f46dcd6e46cea479da0a47535e5b60d2083fc2fb38671e9c4d5f149f/pybalu-0.2.9.tar.gz.

I asume because it has files .pyx inside to make some calculations.
I can copy the functions that i need but they depend on one file exactly this.
https://github.com/computervision-xray-testing/pybalu/blob/master/pybalu/feature_extraction/haralick_utils.pyx

Im sorry if this the same as the answers using .so but what is the best way to import this functions? Im new to the concept of using pyx files.

Or other way to use the *.c files from the functions

@mhsmith mhsmith changed the title how can i use a pyx file with functions pybalu: how can i use a pyx file with functions Jan 5, 2022
@mhsmith
Copy link
Member

mhsmith commented Jan 5, 2022

.pyx files are Cython source code, so the package would need to be compiled into an Android-compatible wheel file.

This package doesn't look popular enough to justify us building it. But if you'd like to build it yourself, you could license our package build tool, which was used to build everything in our native package repository. See #175 (comment) for more details.

@mhsmith mhsmith changed the title pybalu: how can i use a pyx file with functions pybalu Jan 17, 2022
@mhsmith
Copy link
Member

mhsmith commented Feb 2, 2023

The package build tool is now open-source, so if you'd like to try building this package 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.

@tomascortes
Copy link
Author

Thanks!

@mhsmith
Copy link
Member

mhsmith commented Jun 24, 2023

It's been over a year and only one person has requested this package, so we won't be building it in the foreseeable future.

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

If anyone else wants this package, please click the thumbs-up button above and post a comment, and I'll reopen the issue.

@mhsmith mhsmith closed this as not planned Won't fix, can't repro, duplicate, stale Jun 24, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants