CytoPy icon indicating copy to clipboard operation
CytoPy copied to clipboard

Numba issue in the CytoPy

Open ywu202300 opened this issue 6 months ago • 1 comments

I tried the conda installations step from website as well as docker image, I encounter the same numba error:

numba.core.errors.LoweringError: Failed in nopython mode pipeline (step: nopython mode backend) Storing i64 to ptr of i32 ('dim'). FE type int32

The command I run: singularity exec cytopy.sif python -c "from cytopy.data.gating_strategy import GatingStrategy, ThresholdGate, PolygonGate, EllipseGate"

The numba version in both place are 0.58.1 I believe.

Any idea on what's going on here? Thanks

ywu202300 avatar Jan 02 '24 15:01 ywu202300

Is there a poetry lock file for this package? Thank you!

ywu202300 avatar Jan 04 '24 15:01 ywu202300