-
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…
-
In ROOT 6.32.08 , which uses cppyy 3.1.2, an issue appeared that didn't happen before.
Basically we store a multimensional uint8_t array, and are having trouble converting it to a numpy array.
…
-
Amazing work! But i couldn't figure out why i met the problem "RuntimeError: Numpy is not available" after using "streamlit run DeepSNUPI.py ". (i have checked that the package numpy is already insta…
-
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.…
-
### 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…