We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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"
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
The text was updated successfully, but these errors were encountered:
Is there a poetry lock file for this package? Thank you!
Sorry, something went wrong.
No branches or pull requests
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
The text was updated successfully, but these errors were encountered: