-
Notifications
You must be signed in to change notification settings - Fork 169
Open
Labels
Description
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)
hcauqnwahs and Josonlchui