-
Notifications
You must be signed in to change notification settings - Fork 132
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
Comments
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. |
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. |
See my previous comments. If you want to try building the package yourself, you can use #999 as a starting point. |
Chaquopy version
9.1.0
Relevant parts of your build.gradle file
Describe your issue
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)
The text was updated successfully, but these errors were encountered: