-
I can not build this package. Any suggestions?
```bash
colcon build
```
```
Starting >>> baggie
Starting >>> objects_msgs
--- stderr: baggie …
-
Hi, folks. I found the problem on hnswlib 0.8.0 as follows:
```
root@ip-mask:/app# python --version
Python 3.11.2
root@ip-mask:/app# uname -a
Linux ip-mask.ap-northeast-1.compute.internal 4.14.…
-
cmake does not find this file during building
```
#include
```
because idyntree-high-level is not linked in `idyntree/bindings/pybind11/CMakeLists.txt`
here is a fix:
[CMakeLists.txt](https://g…
-
To reproduce, create the following C++ extension:
```c++
#include
#include
#include
#include
void take_bytes(const std::vector &raw) {}
PYBIND11_MODULE(my_ext, m) {
m.def("take_byt…
-
Hello, is there a way to make a shared library built with Memory sanitizer that is importable from Python ? I tried with Pybind11 and I am getting either undefined symbols on the import or if I link l…
VA-GS updated
1 month ago
-
### Required prerequisites
- [X] Make sure you've read the [documentation](https://pybind11.readthedocs.io). Your issue may be addressed there.
- [X] Search the [issue tracker](https://github.com/…
-
Hi.
I've been trying to install vToonify on Ubuntu-WSL. Some packages were offline or isn't avaliable, and had to manually install.
But I think everything was fine.
But when I try to run python…
-
Hi,
(Forwarding from sagemath/sage#38406.)
I'm trying to build contourpy 1.2.1 on conda env (host is Arch Linux). Compiler info (`gcc -v` output):
```
Reading specs from /home/bagas/minicond…
-
[pyAMReX ](https://pyamrex.readthedocs.io/en/latest/usage/how_to_run.html) allows users to access all the standard AMReX objects (MultiFabs etc.) from Python scripts.
We can then embed a Python int…
-
Python 3.6 no longer works within the Pybind11 master branch - support for Python 3.6 has been removed.
This results in install errors when a fresh install is performed.
To fix:
-Change line 8 …