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

Can't install "lap": numpy not found #481

Open
hcauqnwahs opened this issue Apr 14, 2021 · 4 comments · May be fixed by #999
Open

Can't install "lap": numpy not found #481

hcauqnwahs opened this issue Apr 14, 2021 · 4 comments · May be fixed by #999
Labels

Comments

@hcauqnwahs
Copy link

hcauqnwahs commented Apr 14, 2021

Chaquopy version

9.1.0

Relevant parts of your build.gradle file

image

Describe your issue

image

Specifically speaking, I need the following packages with respective versions as installation requirements to be able to use the given script found here: https://github.com/abewley/sort

Requirements:

filterpy==1.4.5
scikit-image==0.17.2
lap==0.4.0

For "scikit-image==0.17.2", it was also giving the same issue stating to import numpy even though i'm already doing it in the first installation line, however once i removed the specified version it installed without any issues (probably because it resorted to an older version)

@mhsmith mhsmith changed the title numpy not found when package is already installed Can't install "lap": numpy not found Apr 15, 2021
@mhsmith
Copy link
Member

mhsmith commented Apr 15, 2021

It looks like the package "lap" needs a native build process, so we would have to build it and add it to our repository. Unfortunately adding numpy to your build.gradle file won't solve this.

This package isn't currently a priority, but you can subscribe to this issue for any future updates. And if anyone else wants it too, please click the thumbs-up button above.

@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.

@IsakTheHacker IsakTheHacker linked a pull request Oct 13, 2023 that will close this issue
@Edward-YS
Copy link

Edward-YS commented Nov 11, 2024

Hello!
I want to install lap. However, it can't build successful like this:I also downloaded numpy the lap need.
image
How can download lap?

@mhsmith
Copy link
Member

mhsmith commented Nov 11, 2024

See my previous comments. If you want to try building the package yourself, you can use #999 as a starting point.

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

Successfully merging a pull request may close this issue.

3 participants