-
* face_recognition version:
* Python version: 3.12.6
* Operating System: windows 11
### Description
The package terminates my program every time it recognizes a face and the following error a…
-
I want to use tf_conversion in a venv but it returns me the error ModuleNotFoundError: No module named 'PyKDL':
from tf_conversions import transformations
```
File "/opt/ros/noetic/lib/python3/…
-
Hello,
Getting the following error while collecting the package via pip:
` import pybind11
ModuleNotFoundError: No module named 'pybind11'`
I have to first install pybind11 independently…
-
Click to expand!
### Issue Type
Bug
### Source
binary
### Tensorflow Version
tf 2.10
### Custom Code
No
### OS Platform and Distribution
Linux Ubuntu 20.04
### Mobi…
-
I ran `pip install git+https://github.com/OpenMined/TenSEAL.git#egg=tenseal -vv`
I got:
```
/tmp/pip-install-qw8nrs9o/tenseal_951a9cd30ce242cca8e0b7b249d3edc0/build/temp.linux-x86_64-cpython-…
-
### Bug Description
We encountered a very similar sounding issue to #2032 #1623 - but "luckily" for us the crash happens quite reliably!
It doesn't seem specific to tensorflow as it seems to cra…
-
Hello,
I'm getting the error below when trying to build the python binding. I have OpenFHE installed with HEXL enabled. That works with the c++ examples, but I can't build the python binding. Based…
-
I know it is assumed to be installed on 18.04, but I tried to install it on an Ubuntu 22.04 VM. (18.04 is too old for my project)
Does anyone successfully install it?
I tried to run `CC=gcc-7 CXX=g+…
-
### Your question:
## The problem
For packages built with pybind11 and nanobind, the major version of the C++ compiler is part of the ABI. That means any package built with nanobind that _links_ to …
minrk updated
1 month ago
-
- Remove the shared_ptr holder for `MotionPlanResponse`: It's being used at all
- Making trajectory return a copy: Otherwise it segfault while destructing with the following stacktrace
```cpp
…