-
### High Level Description
I have been having problems launching the sanity test after following the installation instructions:
```bash
E ImportError: numpy.core.multiarray failed to import
``…
-
### Description of feature
Hi,
the CI and therefore users currently install numpy 1.26 because https://github.com/eyurtsev/fcsparser is not numpy 2.0.0 compatible and therefore readfcs isn't either.…
-
I'm getting an error after `import framegrab` using the Groundlight RPI image:
```
>>> import framegrab
Traceback (most recent call last):
File "", line 1, in
File "/opt/groundlight/gl-py/…
-
from dirB.base import zsan_DirB
genera el error:
ValueError: numpy.dtype size changed, may indicate binary incompatibility. Expected 96 from C header, got 88 from PyObject
Python 3.11.7
h5py==…
-
**Is your feature request related to a problem? Please describe.**
Add support for Numpy 2.0
**Describe the solution you'd like**
Update to onnxruntime 1.19 then change requirements/base.into sup…
-
Hi Hcipy team.
I use the hcipy package to generate Shack Hartmann spot patterns for a 6x6 lenslet array. I need to convert the field to a 2D numpy array for further computations. I tried looking at…
-
Script:
``` python
import dask
from dask import array as da
from dask import dataframe as dd
from dask_cuda import LocalCUDACluster
from distributed import Client, LocalCluster
import numpy as np
de…
-
A new printing behaviour has been enabled in Numpy 2.0 which leads to errors in the edit widget.
> [np.int64(42), np.int64(23), np.int64(12)]
used to be
> [42, 23, 12]
As these strings are…
-
Hi Aarya,
As I am trying to run typify using numpy 2.1 the following message pops out. For the time being I am using an older version of numpy to resolve this issue.
File ~/miniconda3/envs/hump…
-
### What happened + What you expected to happen
Working on the [Qiskit Serverless](https://github.com/Qiskit/qiskit-serverless) project, we discover [an issue](https://github.com/Qiskit/qiskit-serv…