-
After merging #41 , we cannot build ROS packages because of numpy problems:
See the result below:
```sh
$ colcon build --packages-select interfaces
Starting >>> interfaces
--- stderr: interfaces …
-
Hi, when I try to launch the simulation from the python script, the following error is displayed:
```
[18.551s] rclpy loaded
2024-12-03 11:29:24 [18,694ms] [Warning] [pxr.OmniGraphSchema] pxr.Omn…
-
After installing reflect detect on Windows 11, I ran into the following issue when trying to run the geolocation or the apriltag module :
> A module that was compiled using NumPy 1.x cannot be run…
-
```python
import numba
import numpy as np
def sum_np(x):
return np.sum(x)
@numba.njit
def sum_np_overloaded(x):
return np.sum(x)
@numba.njit
def sum_flat(x):
acc = 0.0
…
-
### Describe the issue:
Need: To wrap a C pointer array (via Cython) that is of type size_t using Numpy ndarrays.
Issue: Numpy does not provide a type enum for size_t (e.g., "NPY_UINTP"). It is mi…
-
### Describe the issue:
Need: To wrap a C pointer array (via Cython) that is of type size_t using Numpy ndarrays.
Issue: Numpy does not provide a type enum for size_t (e.g., "NPY_UINTP"). It is mi…
-
I am getting an error when installing Clawpack through pip install clawpack in Windows.
| System | Window 11 |
|-----|-----|
| Python | 3.11.4 |
| gfortran | 8.1.0 |
| gcc|10.…
-
conda install pytorch==2.1.2 torchvision==0.16.2 torchaudio==2.1.2 pytorch-cuda=12.1 -c pytorch -c nvidia -y
更新完提示报错:ValueError: numpy.dtype size changed, may indicate binary incompatibility. Expecte…
-
Everything has worked out fine except for the plotting process. I don't get any .pngs in the project merged folder. I have copied the output from the CMD window below. I did run the "pip list --outdat…
-
### Bug Explanation
```shell
> python -c "import ivy; ivy.set_backend('numpy'); print(ivy.lgamma(5)); print(ivy.lgamma(5.))"
ivy.array(3)
ivy.array(3.1780539)
> python -c "import ivy; ivy.set_bac…