Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Build failure #484

Open
0xWerz opened this issue Jun 24, 2024 · 1 comment
Open

Build failure #484

0xWerz opened this issue Jun 24, 2024 · 1 comment
Labels
Build Related to the build of the package Type: Bug 🐛 Some functionality not working in the codebase as intended

Comments

@0xWerz
Copy link

0xWerz commented Jun 24, 2024

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-311/_deps/com_pybind_pybind11-src/include/pybind11/pybind11.h: In function ‘pybind11::function pybind11::detail::get_type_override(const void*, const type_info*, const char*)’:
  /tmp/pip-install-qw8nrs9o/tenseal_951a9cd30ce242cca8e0b7b249d3edc0/build/temp.linux-x86_64-cpython-311/_deps/com_pybind_pybind11-src/include/pybind11/pybind11.h:2291:49: error: ‘PyThreadState’ {aka ‘struct _ts’} has no member named ‘frame’; did you mean ‘cframe’?
   2291 |     PyFrameObject *frame = PyThreadState_Get()->frame;
        |                                                 ^~~~~
        |                                                 cframe
  /tmp/pip-install-qw8nrs9o/tenseal_951a9cd30ce242cca8e0b7b249d3edc0/build/temp.linux-x86_64-cpython-311/_deps/com_pybind_pybind11-src/include/pybind11/pybind11.h:2292:41: error: invalid use of incomplete type ‘PyFrameObject’ {aka ‘struct _frame’}
   2292 |     if (frame && (std::string) str(frame->f_code->co_name) == name &&
        |                                         ^~
  /usr/include/python3.11/pytypedefs.h:22:16: note: forward declaration of ‘PyFrameObject’ {aka ‘struct _frame’}
     22 | typedef struct _frame PyFrameObject;
        |                ^~~~~~
  /tmp/pip-install-qw8nrs9o/tenseal_951a9cd30ce242cca8e0b7b249d3edc0/build/temp.linux-x86_64-cpython-311/_deps/com_pybind_pybind11-src/include/pybind11/pybind11.h:2293:14: error: invalid use of incomplete type ‘PyFrameObject’ {aka ‘struct _frame’}
   2293 |         frame->f_code->co_argcount > 0) {
        |              ^~
  /usr/include/python3.11/pytypedefs.h:22:16: note: forward declaration of ‘PyFrameObject’ {aka ‘struct _frame’}
     22 | typedef struct _frame PyFrameObject;
        |                ^~~~~~
  /tmp/pip-install-qw8nrs9o/tenseal_951a9cd30ce242cca8e0b7b249d3edc0/build/temp.linux-x86_64-cpython-311/_deps/com_pybind_pybind11-src/include/pybind11/pybind11.h:2296:18: error: invalid use of incomplete type ‘PyFrameObject’ {aka ‘struct _frame’}
   2296 |             frame->f_locals, PyTuple_GET_ITEM(frame->f_code->co_varnames, 0));
        |                  ^~
  /usr/include/python3.11/pytypedefs.h:22:16: note: forward declaration of ‘PyFrameObject’ {aka ‘struct _frame’}
     22 | typedef struct _frame PyFrameObject;
        |                ^~~~~~
  In file included from /usr/include/python3.11/Python.h:38:
  /tmp/pip-install-qw8nrs9o/tenseal_951a9cd30ce242cca8e0b7b249d3edc0/build/temp.linux-x86_64-cpython-311/_deps/com_pybind_pybind11-src/include/pybind11/pybind11.h:2296:30: error: invalid use of incomplete type ‘PyFrameObject’ {aka ‘struct _frame’}
   2296 |             frame->f_locals, PyTuple_GET_ITEM(frame->f_code->co_varnames, 0));
        |                              ^~~~~~~~~~~~~~~~
  /usr/include/python3.11/pytypedefs.h:22:16: note: forward declaration of ‘PyFrameObject’ {aka ‘struct _frame’}
     22 | typedef struct _frame PyFrameObject;
        |                ^~~~~~
  /tmp/pip-install-qw8nrs9o/tenseal_951a9cd30ce242cca8e0b7b249d3edc0/build/temp.linux-x86_64-cpython-311/_deps/com_pybind_pybind11-src/include/pybind11/pybind11.h: In function ‘pybind11::function pybind11::detail::get_type_override(const void*, const type_info*, const char*)’:
  /tmp/pip-install-qw8nrs9o/tenseal_951a9cd30ce242cca8e0b7b249d3edc0/build/temp.linux-x86_64-cpython-311/_deps/com_pybind_pybind11-src/include/pybind11/pybind11.h:2291:49: error: ‘PyThreadState’ {aka ‘struct _ts’} has no member named ‘frame’; did you mean ‘cframe’?
   2291 |     PyFrameObject *frame = PyThreadState_Get()->frame;
        |                                                 ^~~~~
        |                                                 cframe
  /tmp/pip-install-qw8nrs9o/tenseal_951a9cd30ce242cca8e0b7b249d3edc0/build/temp.linux-x86_64-cpython-311/_deps/com_pybind_pybind11-src/include/pybind11/pybind11.h:2292:41: error: invalid use of incomplete type ‘PyFrameObject’ {aka ‘struct _frame’}
   2292 |     if (frame && (std::string) str(frame->f_code->co_name) == name &&
        |                                         ^~
  /usr/include/python3.11/pytypedefs.h:22:16: note: forward declaration of ‘PyFrameObject’ {aka ‘struct _frame’}
     22 | typedef struct _frame PyFrameObject;
        |                ^~~~~~
  /tmp/pip-install-qw8nrs9o/tenseal_951a9cd30ce242cca8e0b7b249d3edc0/build/temp.linux-x86_64-cpython-311/_deps/com_pybind_pybind11-src/include/pybind11/pybind11.h:2293:14: error: invalid use of incomplete type ‘PyFrameObject’ {aka ‘struct _frame’}
   2293 |         frame->f_code->co_argcount > 0) {
        |              ^~
  /usr/include/python3.11/pytypedefs.h:22:16: note: forward declaration of ‘PyFrameObject’ {aka ‘struct _frame’}
     22 | typedef struct _frame PyFrameObject;
        |                ^~~~~~
  /tmp/pip-install-qw8nrs9o/tenseal_951a9cd30ce242cca8e0b7b249d3edc0/build/temp.linux-x86_64-cpython-311/_deps/com_pybind_pybind11-src/include/pybind11/pybind11.h:2296:18: error: invalid use of incomplete type ‘PyFrameObject’ {aka ‘struct _frame’}
   2296 |             frame->f_locals, PyTuple_GET_ITEM(frame->f_code->co_varnames, 0));
        |                  ^~
  /usr/include/python3.11/pytypedefs.h:22:16: note: forward declaration of ‘PyFrameObject’ {aka ‘struct _frame’}
     22 | typedef struct _frame PyFrameObject;
        |                ^~~~~~
  In file included from /usr/include/python3.11/Python.h:38:
  /tmp/pip-install-qw8nrs9o/tenseal_951a9cd30ce242cca8e0b7b249d3edc0/build/temp.linux-x86_64-cpython-311/_deps/com_pybind_pybind11-src/include/pybind11/pybind11.h:2296:30: error: invalid use of incomplete type ‘PyFrameObject’ {aka ‘struct _frame’}
   2296 |             frame->f_locals, PyTuple_GET_ITEM(frame->f_code->co_varnames, 0));
        |                              ^~~~~~~~~~~~~~~~
  /usr/include/python3.11/pytypedefs.h:22:16: note: forward declaration of ‘PyFrameObject’ {aka ‘struct _frame’}
     22 | typedef struct _frame PyFrameObject;
        |                ^~~~~~
  /tmp/pip-install-qw8nrs9o/tenseal_951a9cd30ce242cca8e0b7b249d3edc0/build/temp.linux-x86_64-cpython-311/_deps/com_pybind_pybind11-src/include/pybind11/pybind11.h: In function ‘pybind11::function pybind11::detail::get_type_override(const void*, const type_info*, const char*)’:
  /tmp/pip-install-qw8nrs9o/tenseal_951a9cd30ce242cca8e0b7b249d3edc0/build/temp.linux-x86_64-cpython-311/_deps/com_pybind_pybind11-src/include/pybind11/pybind11.h:2291:49: error: ‘PyThreadState’ {aka ‘struct _ts’} has no member named ‘frame’; did you mean ‘cframe’?
   2291 |     PyFrameObject *frame = PyThreadState_Get()->frame;
        |                                                 ^~~~~
        |                                                 cframe
  /tmp/pip-install-qw8nrs9o/tenseal_951a9cd30ce242cca8e0b7b249d3edc0/build/temp.linux-x86_64-cpython-311/_deps/com_pybind_pybind11-src/include/pybind11/pybind11.h:2292:41: error: invalid use of incomplete type ‘PyFrameObject’ {aka ‘struct _frame’}
   2292 |     if (frame && (std::string) str(frame->f_code->co_name) == name &&
        |                                         ^~
  /usr/include/python3.11/pytypedefs.h:22:16: note: forward declaration of ‘PyFrameObject’ {aka ‘struct _frame’}
     22 | typedef struct _frame PyFrameObject;
        |                ^~~~~~
  /tmp/pip-install-qw8nrs9o/tenseal_951a9cd30ce242cca8e0b7b249d3edc0/build/temp.linux-x86_64-cpython-311/_deps/com_pybind_pybind11-src/include/pybind11/pybind11.h:2293:14: error: invalid use of incomplete type ‘PyFrameObject’ {aka ‘struct _frame’}
   2293 |         frame->f_code->co_argcount > 0) {
        |              ^~
  /usr/include/python3.11/pytypedefs.h:22:16: note: forward declaration of ‘PyFrameObject’ {aka ‘struct _frame’}
     22 | typedef struct _frame PyFrameObject;
        |                ^~~~~~
  /tmp/pip-install-qw8nrs9o/tenseal_951a9cd30ce242cca8e0b7b249d3edc0/build/temp.linux-x86_64-cpython-311/_deps/com_pybind_pybind11-src/include/pybind11/pybind11.h:2296:18: error: invalid use of incomplete type ‘PyFrameObject’ {aka ‘struct _frame’}
   2296 |             frame->f_locals, PyTuple_GET_ITEM(frame->f_code->co_varnames, 0));
        |                  ^~
  /usr/include/python3.11/pytypedefs.h:22:16: note: forward declaration of ‘PyFrameObject’ {aka ‘struct _frame’}
     22 | typedef struct _frame PyFrameObject;
        |                ^~~~~~
  In file included from /usr/include/python3.11/Python.h:38:
  /tmp/pip-install-qw8nrs9o/tenseal_951a9cd30ce242cca8e0b7b249d3edc0/build/temp.linux-x86_64-cpython-311/_deps/com_pybind_pybind11-src/include/pybind11/pybind11.h:2296:30: error: invalid use of incomplete type ‘PyFrameObject’ {aka ‘struct _frame’}
   2296 |             frame->f_locals, PyTuple_GET_ITEM(frame->f_code->co_varnames, 0));
        |                              ^~~~~~~~~~~~~~~~
  /usr/include/python3.11/pytypedefs.h:22:16: note: forward declaration of ‘PyFrameObject’ {aka ‘struct _frame’}
     22 | typedef struct _frame PyFrameObject;
        |                ^~~~~~
  /tmp/pip-install-qw8nrs9o/tenseal_951a9cd30ce242cca8e0b7b249d3edc0/build/temp.linux-x86_64-cpython-311/_deps/com_pybind_pybind11-src/include/pybind11/pybind11.h: In function ‘pybind11::function pybind11::detail::get_type_override(const void*, const type_info*, const char*)’:
  /tmp/pip-install-qw8nrs9o/tenseal_951a9cd30ce242cca8e0b7b249d3edc0/build/temp.linux-x86_64-cpython-311/_deps/com_pybind_pybind11-src/include/pybind11/pybind11.h:2291:49: error: ‘PyThreadState’ {aka ‘struct _ts’} has no member named ‘frame’; did you mean ‘cframe’?
   2291 |     PyFrameObject *frame = PyThreadState_Get()->frame;
        |                                                 ^~~~~
        |                                                 cframe
  /tmp/pip-install-qw8nrs9o/tenseal_951a9cd30ce242cca8e0b7b249d3edc0/build/temp.linux-x86_64-cpython-311/_deps/com_pybind_pybind11-src/include/pybind11/pybind11.h:2292:41: error: invalid use of incomplete type ‘PyFrameObject’ {aka ‘struct _frame’}
   2292 |     if (frame && (std::string) str(frame->f_code->co_name) == name &&
        |                                         ^~
  /usr/include/python3.11/pytypedefs.h:22:16: note: forward declaration of ‘PyFrameObject’ {aka ‘struct _frame’}
     22 | typedef struct _frame PyFrameObject;
        |                ^~~~~~
  /tmp/pip-install-qw8nrs9o/tenseal_951a9cd30ce242cca8e0b7b249d3edc0/build/temp.linux-x86_64-cpython-311/_deps/com_pybind_pybind11-src/include/pybind11/pybind11.h:2293:14: error: invalid use of incomplete type ‘PyFrameObject’ {aka ‘struct _frame’}
   2293 |         frame->f_code->co_argcount > 0) {
        |              ^~
  /usr/include/python3.11/pytypedefs.h:22:16: note: forward declaration of ‘PyFrameObject’ {aka ‘struct _frame’}
     22 | typedef struct _frame PyFrameObject;
        |                ^~~~~~
  /tmp/pip-install-qw8nrs9o/tenseal_951a9cd30ce242cca8e0b7b249d3edc0/build/temp.linux-x86_64-cpython-311/_deps/com_pybind_pybind11-src/include/pybind11/pybind11.h:2296:18: error: invalid use of incomplete type ‘PyFrameObject’ {aka ‘struct _frame’}
   2296 |             frame->f_locals, PyTuple_GET_ITEM(frame->f_code->co_varnames, 0));
        |                  ^~
  /usr/include/python3.11/pytypedefs.h:22:16: note: forward declaration of ‘PyFrameObject’ {aka ‘struct _frame’}
     22 | typedef struct _frame PyFrameObject;
        |                ^~~~~~
  In file included from /usr/include/python3.11/Python.h:38:
  /tmp/pip-install-qw8nrs9o/tenseal_951a9cd30ce242cca8e0b7b249d3edc0/build/temp.linux-x86_64-cpython-311/_deps/com_pybind_pybind11-src/include/pybind11/pybind11.h:2296:30: error: invalid use of incomplete type ‘PyFrameObject’ {aka ‘struct _frame’}
   2296 |             frame->f_locals, PyTuple_GET_ITEM(frame->f_code->co_varnames, 0));
        |                              ^~~~~~~~~~~~~~~~
  /usr/include/python3.11/pytypedefs.h:22:16: note: forward declaration of ‘PyFrameObject’ {aka ‘struct _frame’}
     22 | typedef struct _frame PyFrameObject;
        |                ^~~~~~
  /tmp/pip-install-qw8nrs9o/tenseal_951a9cd30ce242cca8e0b7b249d3edc0/build/temp.linux-x86_64-cpython-311/_deps/com_pybind_pybind11-src/include/pybind11/pybind11.h: In function ‘pybind11::function pybind11::detail::get_type_override(const void*, const type_info*, const char*)’:
  /tmp/pip-install-qw8nrs9o/tenseal_951a9cd30ce242cca8e0b7b249d3edc0/build/temp.linux-x86_64-cpython-311/_deps/com_pybind_pybind11-src/include/pybind11/pybind11.h:2291:49: error: ‘PyThreadState’ {aka ‘struct _ts’} has no member named ‘frame’; did you mean ‘cframe’?
   2291 |     PyFrameObject *frame = PyThreadState_Get()->frame;
        |                                                 ^~~~~
        |                                                 cframe
  /tmp/pip-install-qw8nrs9o/tenseal_951a9cd30ce242cca8e0b7b249d3edc0/build/temp.linux-x86_64-cpython-311/_deps/com_pybind_pybind11-src/include/pybind11/pybind11.h:2292:41: error: invalid use of incomplete type ‘PyFrameObject’ {aka ‘struct _frame’}
   2292 |     if (frame && (std::string) str(frame->f_code->co_name) == name &&
        |                                         ^~
  /usr/include/python3.11/pytypedefs.h:22:16: note: forward declaration of ‘PyFrameObject’ {aka ‘struct _frame’}
     22 | typedef struct _frame PyFrameObject;
        |                ^~~~~~
  /tmp/pip-install-qw8nrs9o/tenseal_951a9cd30ce242cca8e0b7b249d3edc0/build/temp.linux-x86_64-cpython-311/_deps/com_pybind_pybind11-src/include/pybind11/pybind11.h:2293:14: error: invalid use of incomplete type ‘PyFrameObject’ {aka ‘struct _frame’}
   2293 |         frame->f_code->co_argcount > 0) {
        |              ^~
  /usr/include/python3.11/pytypedefs.h:22:16: note: forward declaration of ‘PyFrameObject’ {aka ‘struct _frame’}
     22 | typedef struct _frame PyFrameObject;
        |                ^~~~~~
  /tmp/pip-install-qw8nrs9o/tenseal_951a9cd30ce242cca8e0b7b249d3edc0/build/temp.linux-x86_64-cpython-311/_deps/com_pybind_pybind11-src/include/pybind11/pybind11.h:2296:18: error: invalid use of incomplete type ‘PyFrameObject’ {aka ‘struct _frame’}
   2296 |             frame->f_locals, PyTuple_GET_ITEM(frame->f_code->co_varnames, 0));
        |                  ^~
  /usr/include/python3.11/pytypedefs.h:22:16: note: forward declaration of ‘PyFrameObject’ {aka ‘struct _frame’}
     22 | typedef struct _frame PyFrameObject;
        |                ^~~~~~
  In file included from /usr/include/python3.11/Python.h:38:
  /tmp/pip-install-qw8nrs9o/tenseal_951a9cd30ce242cca8e0b7b249d3edc0/build/temp.linux-x86_64-cpython-311/_deps/com_pybind_pybind11-src/include/pybind11/pybind11.h:2296:30: error: invalid use of incomplete type ‘PyFrameObject’ {aka ‘struct _frame’}
   2296 |             frame->f_locals, PyTuple_GET_ITEM(frame->f_code->co_varnames, 0));
        |                              ^~~~~~~~~~~~~~~~
  /usr/include/python3.11/pytypedefs.h:22:16: note: forward declaration of ‘PyFrameObject’ {aka ‘struct _frame’}
     22 | typedef struct _frame PyFrameObject;
        |                ^~~~~~
  /tmp/pip-install-qw8nrs9o/tenseal_951a9cd30ce242cca8e0b7b249d3edc0/build/temp.linux-x86_64-cpython-311/_deps/com_pybind_pybind11-src/include/pybind11/pybind11.h: In function ‘pybind11::function pybind11::detail::get_type_override(const void*, const type_info*, const char*)’:
  /tmp/pip-install-qw8nrs9o/tenseal_951a9cd30ce242cca8e0b7b249d3edc0/build/temp.linux-x86_64-cpython-311/_deps/com_pybind_pybind11-src/include/pybind11/pybind11.h:2291:49: error: ‘PyThreadState’ {aka ‘struct _ts’} has no member named ‘frame’; did you mean ‘cframe’?
   2291 |     PyFrameObject *frame = PyThreadState_Get()->frame;
        |                                                 ^~~~~
        |                                                 cframe
  /tmp/pip-install-qw8nrs9o/tenseal_951a9cd30ce242cca8e0b7b249d3edc0/build/temp.linux-x86_64-cpython-311/_deps/com_pybind_pybind11-src/include/pybind11/pybind11.h:2292:41: error: invalid use of incomplete type ‘PyFrameObject’ {aka ‘struct _frame’}
   2292 |     if (frame && (std::string) str(frame->f_code->co_name) == name &&
        |                                         ^~
  /usr/include/python3.11/pytypedefs.h:22:16: note: forward declaration of ‘PyFrameObject’ {aka ‘struct _frame’}
     22 | typedef struct _frame PyFrameObject;
        |                ^~~~~~
  /tmp/pip-install-qw8nrs9o/tenseal_951a9cd30ce242cca8e0b7b249d3edc0/build/temp.linux-x86_64-cpython-311/_deps/com_pybind_pybind11-src/include/pybind11/pybind11.h:2293:14: error: invalid use of incomplete type ‘PyFrameObject’ {aka ‘struct _frame’}
   2293 |         frame->f_code->co_argcount > 0) {
        |              ^~
  /usr/include/python3.11/pytypedefs.h:22:16: note: forward declaration of ‘PyFrameObject’ {aka ‘struct _frame’}
     22 | typedef struct _frame PyFrameObject;
        |                ^~~~~~
  /tmp/pip-install-qw8nrs9o/tenseal_951a9cd30ce242cca8e0b7b249d3edc0/build/temp.linux-x86_64-cpython-311/_deps/com_pybind_pybind11-src/include/pybind11/pybind11.h:2296:18: error: invalid use of incomplete type ‘PyFrameObject’ {aka ‘struct _frame’}
   2296 |             frame->f_locals, PyTuple_GET_ITEM(frame->f_code->co_varnames, 0));
        |                  ^~
  /usr/include/python3.11/pytypedefs.h:22:16: note: forward declaration of ‘PyFrameObject’ {aka ‘struct _frame’}
     22 | typedef struct _frame PyFrameObject;
        |                ^~~~~~
  In file included from /usr/include/python3.11/Python.h:38:
  /tmp/pip-install-qw8nrs9o/tenseal_951a9cd30ce242cca8e0b7b249d3edc0/build/temp.linux-x86_64-cpython-311/_deps/com_pybind_pybind11-src/include/pybind11/pybind11.h:2296:30: error: invalid use of incomplete type ‘PyFrameObject’ {aka ‘struct _frame’}
   2296 |             frame->f_locals, PyTuple_GET_ITEM(frame->f_code->co_varnames, 0));
        |                              ^~~~~~~~~~~~~~~~
  /usr/include/python3.11/pytypedefs.h:22:16: note: forward declaration of ‘PyFrameObject’ {aka ‘struct _frame’}
     22 | typedef struct _frame PyFrameObject;
        |                ^~~~~~
  /tmp/pip-install-qw8nrs9o/tenseal_951a9cd30ce242cca8e0b7b249d3edc0/build/temp.linux-x86_64-cpython-311/_deps/com_pybind_pybind11-src/include/pybind11/pybind11.h: In function ‘pybind11::function pybind11::detail::get_type_override(const void*, const type_info*, const char*)’:
  /tmp/pip-install-qw8nrs9o/tenseal_951a9cd30ce242cca8e0b7b249d3edc0/build/temp.linux-x86_64-cpython-311/_deps/com_pybind_pybind11-src/include/pybind11/pybind11.h:2291:49: error: ‘PyThreadState’ {aka ‘struct _ts’} has no member named ‘frame’; did you mean ‘cframe’?
   2291 |     PyFrameObject *frame = PyThreadState_Get()->frame;
        |                                                 ^~~~~
        |                                                 cframe
  /tmp/pip-install-qw8nrs9o/tenseal_951a9cd30ce242cca8e0b7b249d3edc0/build/temp.linux-x86_64-cpython-311/_deps/com_pybind_pybind11-src/include/pybind11/pybind11.h:2292:41: error: invalid use of incomplete type ‘PyFrameObject’ {aka ‘struct _frame’}
   2292 |     if (frame && (std::string) str(frame->f_code->co_name) == name &&
        |                                         ^~
  /usr/include/python3.11/pytypedefs.h:22:16: note: forward declaration of ‘PyFrameObject’ {aka ‘struct _frame’}
     22 | typedef struct _frame PyFrameObject;
        |                ^~~~~~
  /tmp/pip-install-qw8nrs9o/tenseal_951a9cd30ce242cca8e0b7b249d3edc0/build/temp.linux-x86_64-cpython-311/_deps/com_pybind_pybind11-src/include/pybind11/pybind11.h:2293:14: error: invalid use of incomplete type ‘PyFrameObject’ {aka ‘struct _frame’}
   2293 |         frame->f_code->co_argcount > 0) {
        |              ^~
  /usr/include/python3.11/pytypedefs.h:22:16: note: forward declaration of ‘PyFrameObject’ {aka ‘struct _frame’}
     22 | typedef struct _frame PyFrameObject;
        |                ^~~~~~
  /tmp/pip-install-qw8nrs9o/tenseal_951a9cd30ce242cca8e0b7b249d3edc0/build/temp.linux-x86_64-cpython-311/_deps/com_pybind_pybind11-src/include/pybind11/pybind11.h:2296:18: error: invalid use of incomplete type ‘PyFrameObject’ {aka ‘struct _frame’}
   2296 |             frame->f_locals, PyTuple_GET_ITEM(frame->f_code->co_varnames, 0));
        |                  ^~
  /usr/include/python3.11/pytypedefs.h:22:16: note: forward declaration of ‘PyFrameObject’ {aka ‘struct _frame’}
     22 | typedef struct _frame PyFrameObject;
        |                ^~~~~~
  In file included from /usr/include/python3.11/Python.h:38:
  /tmp/pip-install-qw8nrs9o/tenseal_951a9cd30ce242cca8e0b7b249d3edc0/build/temp.linux-x86_64-cpython-311/_deps/com_pybind_pybind11-src/include/pybind11/pybind11.h:2296:30: error: invalid use of incomplete type ‘PyFrameObject’ {aka ‘struct _frame’}
   2296 |             frame->f_locals, PyTuple_GET_ITEM(frame->f_code->co_varnames, 0));
        |                              ^~~~~~~~~~~~~~~~
  /usr/include/python3.11/pytypedefs.h:22:16: note: forward declaration of ‘PyFrameObject’ {aka ‘struct _frame’}
     22 | typedef struct _frame PyFrameObject;
        |                ^~~~~~
  /tmp/pip-install-qw8nrs9o/tenseal_951a9cd30ce242cca8e0b7b249d3edc0/build/temp.linux-x86_64-cpython-311/_deps/com_pybind_pybind11-src/include/pybind11/pybind11.h: In function ‘pybind11::function pybind11::detail::get_type_override(const void*, const type_info*, const char*)’:
  /tmp/pip-install-qw8nrs9o/tenseal_951a9cd30ce242cca8e0b7b249d3edc0/build/temp.linux-x86_64-cpython-311/_deps/com_pybind_pybind11-src/include/pybind11/pybind11.h:2291:49: error: ‘PyThreadState’ {aka ‘struct _ts’} has no member named ‘frame’; did you mean ‘cframe’?
   2291 |     PyFrameObject *frame = PyThreadState_Get()->frame;
        |                                                 ^~~~~
        |                                                 cframe
  /tmp/pip-install-qw8nrs9o/tenseal_951a9cd30ce242cca8e0b7b249d3edc0/build/temp.linux-x86_64-cpython-311/_deps/com_pybind_pybind11-src/include/pybind11/pybind11.h:2292:41: error: invalid use of incomplete type ‘PyFrameObject’ {aka ‘struct _frame’}
   2292 |     if (frame && (std::string) str(frame->f_code->co_name) == name &&
        |                                         ^~
  /usr/include/python3.11/pytypedefs.h:22:16: note: forward declaration of ‘PyFrameObject’ {aka ‘struct _frame’}
     22 | typedef struct _frame PyFrameObject;
        |                ^~~~~~
  /tmp/pip-install-qw8nrs9o/tenseal_951a9cd30ce242cca8e0b7b249d3edc0/build/temp.linux-x86_64-cpython-311/_deps/com_pybind_pybind11-src/include/pybind11/pybind11.h:2293:14: error: invalid use of incomplete type ‘PyFrameObject’ {aka ‘struct _frame’}
   2293 |         frame->f_code->co_argcount > 0) {
        |              ^~
  /usr/include/python3.11/pytypedefs.h:22:16: note: forward declaration of ‘PyFrameObject’ {aka ‘struct _frame’}
     22 | typedef struct _frame PyFrameObject;
        |                ^~~~~~
  /tmp/pip-install-qw8nrs9o/tenseal_951a9cd30ce242cca8e0b7b249d3edc0/build/temp.linux-x86_64-cpython-311/_deps/com_pybind_pybind11-src/include/pybind11/pybind11.h:2296:18: error: invalid use of incomplete type ‘PyFrameObject’ {aka ‘struct _frame’}
   2296 |             frame->f_locals, PyTuple_GET_ITEM(frame->f_code->co_varnames, 0));
        |                  ^~
  /usr/include/python3.11/pytypedefs.h:22:16: note: forward declaration of ‘PyFrameObject’ {aka ‘struct _frame’}
     22 | typedef struct _frame PyFrameObject;
        |                ^~~~~~
  In file included from /usr/include/python3.11/Python.h:38:
  /tmp/pip-install-qw8nrs9o/tenseal_951a9cd30ce242cca8e0b7b249d3edc0/build/temp.linux-x86_64-cpython-311/_deps/com_pybind_pybind11-src/include/pybind11/pybind11.h:2296:30: error: invalid use of incomplete type ‘PyFrameObject’ {aka ‘struct _frame’}
   2296 |             frame->f_locals, PyTuple_GET_ITEM(frame->f_code->co_varnames, 0));
        |                              ^~~~~~~~~~~~~~~~
  /usr/include/python3.11/pytypedefs.h:22:16: note: forward declaration of ‘PyFrameObject’ {aka ‘struct _frame’}
     22 | typedef struct _frame PyFrameObject;
        |                ^~~~~~
  /tmp/pip-install-qw8nrs9o/tenseal_951a9cd30ce242cca8e0b7b249d3edc0/build/temp.linux-x86_64-cpython-311/_deps/com_pybind_pybind11-src/include/pybind11/pybind11.h: In function ‘pybind11::function pybind11::detail::get_type_override(const void*, const type_info*, const char*)’:
  /tmp/pip-install-qw8nrs9o/tenseal_951a9cd30ce242cca8e0b7b249d3edc0/build/temp.linux-x86_64-cpython-311/_deps/com_pybind_pybind11-src/include/pybind11/pybind11.h:2291:49: error: ‘PyThreadState’ {aka ‘struct _ts’} has no member named ‘frame’; did you mean ‘cframe’?
   2291 |     PyFrameObject *frame = PyThreadState_Get()->frame;
        |                                                 ^~~~~
        |                                                 cframe
  /tmp/pip-install-qw8nrs9o/tenseal_951a9cd30ce242cca8e0b7b249d3edc0/build/temp.linux-x86_64-cpython-311/_deps/com_pybind_pybind11-src/include/pybind11/pybind11.h:2292:41: error: invalid use of incomplete type ‘PyFrameObject’ {aka ‘struct _frame’}
   2292 |     if (frame && (std::string) str(frame->f_code->co_name) == name &&
        |                                         ^~
  /usr/include/python3.11/pytypedefs.h:22:16: note: forward declaration of ‘PyFrameObject’ {aka ‘struct _frame’}
     22 | typedef struct _frame PyFrameObject;
        |                ^~~~~~
  /tmp/pip-install-qw8nrs9o/tenseal_951a9cd30ce242cca8e0b7b249d3edc0/build/temp.linux-x86_64-cpython-311/_deps/com_pybind_pybind11-src/include/pybind11/pybind11.h:2293:14: error: invalid use of incomplete type ‘PyFrameObject’ {aka ‘struct _frame’}
   2293 |         frame->f_code->co_argcount > 0) {
        |              ^~
  /usr/include/python3.11/pytypedefs.h:22:16: note: forward declaration of ‘PyFrameObject’ {aka ‘struct _frame’}
     22 | typedef struct _frame PyFrameObject;
        |                ^~~~~~
  /tmp/pip-install-qw8nrs9o/tenseal_951a9cd30ce242cca8e0b7b249d3edc0/build/temp.linux-x86_64-cpython-311/_deps/com_pybind_pybind11-src/include/pybind11/pybind11.h:2296:18: error: invalid use of incomplete type ‘PyFrameObject’ {aka ‘struct _frame’}
   2296 |             frame->f_locals, PyTuple_GET_ITEM(frame->f_code->co_varnames, 0));
        |                  ^~
  /usr/include/python3.11/pytypedefs.h:22:16: note: forward declaration of ‘PyFrameObject’ {aka ‘struct _frame’}
     22 | typedef struct _frame PyFrameObject;
        |                ^~~~~~
  In file included from /usr/include/python3.11/Python.h:38:
  /tmp/pip-install-qw8nrs9o/tenseal_951a9cd30ce242cca8e0b7b249d3edc0/build/temp.linux-x86_64-cpython-311/_deps/com_pybind_pybind11-src/include/pybind11/pybind11.h:2296:30: error: invalid use of incomplete type ‘PyFrameObject’ {aka ‘struct _frame’}
   2296 |             frame->f_locals, PyTuple_GET_ITEM(frame->f_code->co_varnames, 0));
        |                              ^~~~~~~~~~~~~~~~
  /usr/include/python3.11/pytypedefs.h:22:16: note: forward declaration of ‘PyFrameObject’ {aka ‘struct _frame’}
     22 | typedef struct _frame PyFrameObject;
        |                ^~~~~~
  /tmp/pip-install-qw8nrs9o/tenseal_951a9cd30ce242cca8e0b7b249d3edc0/build/temp.linux-x86_64-cpython-311/_deps/com_pybind_pybind11-src/include/pybind11/pybind11.h: In function ‘pybind11::function pybind11::detail::get_type_override(const void*, const type_info*, const char*)’:
  /tmp/pip-install-qw8nrs9o/tenseal_951a9cd30ce242cca8e0b7b249d3edc0/build/temp.linux-x86_64-cpython-311/_deps/com_pybind_pybind11-src/include/pybind11/pybind11.h:2291:49: error: ‘PyThreadState’ {aka ‘struct _ts’} has no member named ‘frame’; did you mean ‘cframe’?
   2291 |     PyFrameObject *frame = PyThreadState_Get()->frame;
        |                                                 ^~~~~
        |                                                 cframe
  /tmp/pip-install-qw8nrs9o/tenseal_951a9cd30ce242cca8e0b7b249d3edc0/build/temp.linux-x86_64-cpython-311/_deps/com_pybind_pybind11-src/include/pybind11/pybind11.h:2292:41: error: invalid use of incomplete type ‘PyFrameObject’ {aka ‘struct _frame’}
   2292 |     if (frame && (std::string) str(frame->f_code->co_name) == name &&
        |                                         ^~
  /usr/include/python3.11/pytypedefs.h:22:16: note: forward declaration of ‘PyFrameObject’ {aka ‘struct _frame’}
     22 | typedef struct _frame PyFrameObject;
        |                ^~~~~~
  /tmp/pip-install-qw8nrs9o/tenseal_951a9cd30ce242cca8e0b7b249d3edc0/build/temp.linux-x86_64-cpython-311/_deps/com_pybind_pybind11-src/include/pybind11/pybind11.h:2293:14: error: invalid use of incomplete type ‘PyFrameObject’ {aka ‘struct _frame’}
   2293 |         frame->f_code->co_argcount > 0) {
        |              ^~
  /usr/include/python3.11/pytypedefs.h:22:16: note: forward declaration of ‘PyFrameObject’ {aka ‘struct _frame’}
     22 | typedef struct _frame PyFrameObject;
        |                ^~~~~~
  /tmp/pip-install-qw8nrs9o/tenseal_951a9cd30ce242cca8e0b7b249d3edc0/build/temp.linux-x86_64-cpython-311/_deps/com_pybind_pybind11-src/include/pybind11/pybind11.h:2296:18: error: invalid use of incomplete type ‘PyFrameObject’ {aka ‘struct _frame’}
   2296 |             frame->f_locals, PyTuple_GET_ITEM(frame->f_code->co_varnames, 0));
        |                  ^~
  /usr/include/python3.11/pytypedefs.h:22:16: note: forward declaration of ‘PyFrameObject’ {aka ‘struct _frame’}
     22 | typedef struct _frame PyFrameObject;
        |                ^~~~~~
  In file included from /usr/include/python3.11/Python.h:38:
  /tmp/pip-install-qw8nrs9o/tenseal_951a9cd30ce242cca8e0b7b249d3edc0/build/temp.linux-x86_64-cpython-311/_deps/com_pybind_pybind11-src/include/pybind11/pybind11.h:2296:30: error: invalid use of incomplete type ‘PyFrameObject’ {aka ‘struct _frame’}
   2296 |             frame->f_locals, PyTuple_GET_ITEM(frame->f_code->co_varnames, 0));
        |                              ^~~~~~~~~~~~~~~~
  /usr/include/python3.11/pytypedefs.h:22:16: note: forward declaration of ‘PyFrameObject’ {aka ‘struct _frame’}
     22 | typedef struct _frame PyFrameObject;
        |                ^~~~~~
  /tmp/pip-install-qw8nrs9o/tenseal_951a9cd30ce242cca8e0b7b249d3edc0/build/temp.linux-x86_64-cpython-311/_deps/com_pybind_pybind11-src/include/pybind11/pybind11.h: In function ‘pybind11::function pybind11::detail::get_type_override(const void*, const type_info*, const char*)’:
  /tmp/pip-install-qw8nrs9o/tenseal_951a9cd30ce242cca8e0b7b249d3edc0/build/temp.linux-x86_64-cpython-311/_deps/com_pybind_pybind11-src/include/pybind11/pybind11.h:2291:49: error: ‘PyThreadState’ {aka ‘struct _ts’} has no member named ‘frame’; did you mean ‘cframe’?
   2291 |     PyFrameObject *frame = PyThreadState_Get()->frame;
        |                                                 ^~~~~
        |                                                 cframe
  /tmp/pip-install-qw8nrs9o/tenseal_951a9cd30ce242cca8e0b7b249d3edc0/build/temp.linux-x86_64-cpython-311/_deps/com_pybind_pybind11-src/include/pybind11/pybind11.h:2292:41: error: invalid use of incomplete type ‘PyFrameObject’ {aka ‘struct _frame’}
   2292 |     if (frame && (std::string) str(frame->f_code->co_name) == name &&
        |                                         ^~
  /usr/include/python3.11/pytypedefs.h:22:16: note: forward declaration of ‘PyFrameObject’ {aka ‘struct _frame’}
     22 | typedef struct _frame PyFrameObject;
        |                ^~~~~~
  /tmp/pip-install-qw8nrs9o/tenseal_951a9cd30ce242cca8e0b7b249d3edc0/build/temp.linux-x86_64-cpython-311/_deps/com_pybind_pybind11-src/include/pybind11/pybind11.h:2293:14: error: invalid use of incomplete type ‘PyFrameObject’ {aka ‘struct _frame’}
   2293 |         frame->f_code->co_argcount > 0) {
        |              ^~
  /usr/include/python3.11/pytypedefs.h:22:16: note: forward declaration of ‘PyFrameObject’ {aka ‘struct _frame’}
     22 | typedef struct _frame PyFrameObject;
        |                ^~~~~~
  /tmp/pip-install-qw8nrs9o/tenseal_951a9cd30ce242cca8e0b7b249d3edc0/build/temp.linux-x86_64-cpython-311/_deps/com_pybind_pybind11-src/include/pybind11/pybind11.h:2296:18: error: invalid use of incomplete type ‘PyFrameObject’ {aka ‘struct _frame’}
   2296 |             frame->f_locals, PyTuple_GET_ITEM(frame->f_code->co_varnames, 0));
        |                  ^~
  /usr/include/python3.11/pytypedefs.h:22:16: note: forward declaration of ‘PyFrameObject’ {aka ‘struct _frame’}
     22 | typedef struct _frame PyFrameObject;
        |                ^~~~~~
  In file included from /usr/include/python3.11/Python.h:38:
  /tmp/pip-install-qw8nrs9o/tenseal_951a9cd30ce242cca8e0b7b249d3edc0/build/temp.linux-x86_64-cpython-311/_deps/com_pybind_pybind11-src/include/pybind11/pybind11.h:2296:30: error: invalid use of incomplete type ‘PyFrameObject’ {aka ‘struct _frame’}
   2296 |             frame->f_locals, PyTuple_GET_ITEM(frame->f_code->co_varnames, 0));
        |                              ^~~~~~~~~~~~~~~~
  /usr/include/python3.11/pytypedefs.h:22:16: note: forward declaration of ‘PyFrameObject’ {aka ‘struct _frame’}
     22 | typedef struct _frame PyFrameObject;
        |                ^~~~~~
  In file included from /tmp/pip-install-qw8nrs9o/tenseal_951a9cd30ce242cca8e0b7b249d3edc0/build/temp.linux-x86_64-cpython-311/_deps/com_pybind_pybind11-src/include/pybind11/attr.h:13,
                   from /tmp/pip-install-qw8nrs9o/tenseal_951a9cd30ce242cca8e0b7b249d3edc0/build/temp.linux-x86_64-cpython-311/_deps/com_pybind_pybind11-src/include/pybind11/pybind11.h:45,
                   from /tmp/pip-install-qw8nrs9o/tenseal_951a9cd30ce242cca8e0b7b249d3edc0/build/temp.linux-x86_64-cpython-311/_deps/com_pybind_pybind11-src/include/pybind11/iostream.h:12,
                   from /tmp/pip-install-qw8nrs9o/tenseal_951a9cd30ce242cca8e0b7b249d3edc0/tenseal/binding.cpp:1:
  /tmp/pip-install-qw8nrs9o/tenseal_951a9cd30ce242cca8e0b7b249d3edc0/build/temp.linux-x86_64-cpython-311/_deps/com_pybind_pybind11-src/include/pybind11/cast.h: In function ‘std::string pybind11::detail::error_string()’:
  /tmp/pip-install-qw8nrs9o/tenseal_951a9cd30ce242cca8e0b7b249d3edc0/build/temp.linux-x86_64-cpython-311/_deps/com_pybind_pybind11-src/include/pybind11/cast.h:446:36: error: invalid use of incomplete type ‘PyFrameObject’ {aka ‘struct _frame’}
    446 |                 "  " + handle(frame->f_code->co_filename).cast<std::string>() +
        |                                    ^~
  In file included from /usr/include/python3.11/Python.h:42,
                   from /tmp/pip-install-qw8nrs9o/tenseal_951a9cd30ce242cca8e0b7b249d3edc0/build/temp.linux-x86_64-cpython-311/_deps/com_pybind_pybind11-src/include/pybind11/detail/common.h:124,
                   from /tmp/pip-install-qw8nrs9o/tenseal_951a9cd30ce242cca8e0b7b249d3edc0/build/temp.linux-x86_64-cpython-311/_deps/com_pybind_pybind11-src/include/pybind11/pytypes.h:12,
                   from /tmp/pip-install-qw8nrs9o/tenseal_951a9cd30ce242cca8e0b7b249d3edc0/build/temp.linux-x86_64-cpython-311/_deps/com_pybind_pybind11-src/include/pybind11/cast.h:13:
  /usr/include/python3.11/pytypedefs.h:22:16: note: forward declaration of ‘PyFrameObject’ {aka ‘struct _frame’}
     22 | typedef struct _frame PyFrameObject;
        |                ^~~~~~
  /tmp/pip-install-qw8nrs9o/tenseal_951a9cd30ce242cca8e0b7b249d3edc0/build/temp.linux-x86_64-cpython-311/_deps/com_pybind_pybind11-src/include/pybind11/cast.h:446:75: error: expected primary-expression before ‘>’ token
    446 |                 "  " + handle(frame->f_code->co_filename).cast<std::string>() +
        |                                                                           ^
  /tmp/pip-install-qw8nrs9o/tenseal_951a9cd30ce242cca8e0b7b249d3edc0/build/temp.linux-x86_64-cpython-311/_deps/com_pybind_pybind11-src/include/pybind11/cast.h:446:77: error: expected primary-expression before ‘)’ token
    446 |                 "  " + handle(frame->f_code->co_filename).cast<std::string>() +
        |                                                                             ^
  /tmp/pip-install-qw8nrs9o/tenseal_951a9cd30ce242cca8e0b7b249d3edc0/build/temp.linux-x86_64-cpython-311/_deps/com_pybind_pybind11-src/include/pybind11/cast.h:448:29: error: invalid use of incomplete type ‘PyFrameObject’ {aka ‘struct _frame’}
    448 |                 handle(frame->f_code->co_name).cast<std::string>() + "\n";
        |                             ^~
  /usr/include/python3.11/pytypedefs.h:22:16: note: forward declaration of ‘PyFrameObject’ {aka ‘struct _frame’}
     22 | typedef struct _frame PyFrameObject;
        |                ^~~~~~
  /tmp/pip-install-qw8nrs9o/tenseal_951a9cd30ce242cca8e0b7b249d3edc0/build/temp.linux-x86_64-cpython-311/_deps/com_pybind_pybind11-src/include/pybind11/cast.h:448:64: error: expected primary-expression before ‘>’ token
    448 |                 handle(frame->f_code->co_name).cast<std::string>() + "\n";
        |                                                                ^
  /tmp/pip-install-qw8nrs9o/tenseal_951a9cd30ce242cca8e0b7b249d3edc0/build/temp.linux-x86_64-cpython-311/_deps/com_pybind_pybind11-src/include/pybind11/cast.h:448:66: error: expected primary-expression before ‘)’ token
    448 |                 handle(frame->f_code->co_name).cast<std::string>() + "\n";
        |                                                                  ^
  /tmp/pip-install-qw8nrs9o/tenseal_951a9cd30ce242cca8e0b7b249d3edc0/build/temp.linux-x86_64-cpython-311/_deps/com_pybind_pybind11-src/include/pybind11/cast.h:449:26: error: invalid use of incomplete type ‘PyFrameObject’ {aka ‘struct _frame’}
    449 |             frame = frame->f_back;
        |                          ^~
  /usr/include/python3.11/pytypedefs.h:22:16: note: forward declaration of ‘PyFrameObject’ {aka ‘struct _frame’}
     22 | typedef struct _frame PyFrameObject;
        |                ^~~~~~
  /tmp/pip-install-qw8nrs9o/tenseal_951a9cd30ce242cca8e0b7b249d3edc0/build/temp.linux-x86_64-cpython-311/_deps/com_pybind_pybind11-src/include/pybind11/pybind11.h: In function ‘pybind11::function pybind11::detail::get_type_override(const void*, const type_info*, const char*)’:
  /tmp/pip-install-qw8nrs9o/tenseal_951a9cd30ce242cca8e0b7b249d3edc0/build/temp.linux-x86_64-cpython-311/_deps/com_pybind_pybind11-src/include/pybind11/pybind11.h:2291:49: error: ‘PyThreadState’ {aka ‘struct _ts’} has no member named ‘frame’; did you mean ‘cframe’?
   2291 |     PyFrameObject *frame = PyThreadState_Get()->frame;
        |                                                 ^~~~~
        |                                                 cframe
  /tmp/pip-install-qw8nrs9o/tenseal_951a9cd30ce242cca8e0b7b249d3edc0/build/temp.linux-x86_64-cpython-311/_deps/com_pybind_pybind11-src/include/pybind11/pybind11.h:2292:41: error: invalid use of incomplete type ‘PyFrameObject’ {aka ‘struct _frame’}
   2292 |     if (frame && (std::string) str(frame->f_code->co_name) == name &&
        |                                         ^~
  /usr/include/python3.11/pytypedefs.h:22:16: note: forward declaration of ‘PyFrameObject’ {aka ‘struct _frame’}
     22 | typedef struct _frame PyFrameObject;
        |                ^~~~~~
  /tmp/pip-install-qw8nrs9o/tenseal_951a9cd30ce242cca8e0b7b249d3edc0/build/temp.linux-x86_64-cpython-311/_deps/com_pybind_pybind11-src/include/pybind11/pybind11.h:2293:14: error: invalid use of incomplete type ‘PyFrameObject’ {aka ‘struct _frame’}
   2293 |         frame->f_code->co_argcount > 0) {
        |              ^~
  /usr/include/python3.11/pytypedefs.h:22:16: note: forward declaration of ‘PyFrameObject’ {aka ‘struct _frame’}
     22 | typedef struct _frame PyFrameObject;
        |                ^~~~~~
  /tmp/pip-install-qw8nrs9o/tenseal_951a9cd30ce242cca8e0b7b249d3edc0/build/temp.linux-x86_64-cpython-311/_deps/com_pybind_pybind11-src/include/pybind11/pybind11.h:2296:18: error: invalid use of incomplete type ‘PyFrameObject’ {aka ‘struct _frame’}
   2296 |             frame->f_locals, PyTuple_GET_ITEM(frame->f_code->co_varnames, 0));
        |                  ^~
  /usr/include/python3.11/pytypedefs.h:22:16: note: forward declaration of ‘PyFrameObject’ {aka ‘struct _frame’}
     22 | typedef struct _frame PyFrameObject;
        |                ^~~~~~
  In file included from /usr/include/python3.11/Python.h:38:
  /tmp/pip-install-qw8nrs9o/tenseal_951a9cd30ce242cca8e0b7b249d3edc0/build/temp.linux-x86_64-cpython-311/_deps/com_pybind_pybind11-src/include/pybind11/pybind11.h:2296:30: error: invalid use of incomplete type ‘PyFrameObject’ {aka ‘struct _frame’}
   2296 |             frame->f_locals, PyTuple_GET_ITEM(frame->f_code->co_varnames, 0));
        |                              ^~~~~~~~~~~~~~~~
  /usr/include/python3.11/pytypedefs.h:22:16: note: forward declaration of ‘PyFrameObject’ {aka ‘struct _frame’}
     22 | typedef struct _frame PyFrameObject;
        |                ^~~~~~
  /tmp/pip-install-qw8nrs9o/tenseal_951a9cd30ce242cca8e0b7b249d3edc0/build/temp.linux-x86_64-cpython-311/_deps/com_pybind_pybind11-src/include/pybind11/pybind11.h: In function ‘pybind11::function pybind11::detail::get_type_override(const void*, const type_info*, const char*)’:
  /tmp/pip-install-qw8nrs9o/tenseal_951a9cd30ce242cca8e0b7b249d3edc0/build/temp.linux-x86_64-cpython-311/_deps/com_pybind_pybind11-src/include/pybind11/pybind11.h:2291:49: error: ‘PyThreadState’ {aka ‘struct _ts’} has no member named ‘frame’; did you mean ‘cframe’?
   2291 |     PyFrameObject *frame = PyThreadState_Get()->frame;
        |                                                 ^~~~~
        |                                                 cframe
  /tmp/pip-install-qw8nrs9o/tenseal_951a9cd30ce242cca8e0b7b249d3edc0/build/temp.linux-x86_64-cpython-311/_deps/com_pybind_pybind11-src/include/pybind11/pybind11.h:2292:41: error: invalid use of incomplete type ‘PyFrameObject’ {aka ‘struct _frame’}
   2292 |     if (frame && (std::string) str(frame->f_code->co_name) == name &&
        |                                         ^~
  /usr/include/python3.11/pytypedefs.h:22:16: note: forward declaration of ‘PyFrameObject’ {aka ‘struct _frame’}
     22 | typedef struct _frame PyFrameObject;
        |                ^~~~~~
  /tmp/pip-install-qw8nrs9o/tenseal_951a9cd30ce242cca8e0b7b249d3edc0/build/temp.linux-x86_64-cpython-311/_deps/com_pybind_pybind11-src/include/pybind11/pybind11.h:2293:14: error: invalid use of incomplete type ‘PyFrameObject’ {aka ‘struct _frame’}
   2293 |         frame->f_code->co_argcount > 0) {
        |              ^~
  /usr/include/python3.11/pytypedefs.h:22:16: note: forward declaration of ‘PyFrameObject’ {aka ‘struct _frame’}
     22 | typedef struct _frame PyFrameObject;
        |                ^~~~~~
  /tmp/pip-install-qw8nrs9o/tenseal_951a9cd30ce242cca8e0b7b249d3edc0/build/temp.linux-x86_64-cpython-311/_deps/com_pybind_pybind11-src/include/pybind11/pybind11.h:2296:18: error: invalid use of incomplete type ‘PyFrameObject’ {aka ‘struct _frame’}
   2296 |             frame->f_locals, PyTuple_GET_ITEM(frame->f_code->co_varnames, 0));
        |                  ^~
  /usr/include/python3.11/pytypedefs.h:22:16: note: forward declaration of ‘PyFrameObject’ {aka ‘struct _frame’}
     22 | typedef struct _frame PyFrameObject;
        |                ^~~~~~
  In file included from /usr/include/python3.11/Python.h:38:
  /tmp/pip-install-qw8nrs9o/tenseal_951a9cd30ce242cca8e0b7b249d3edc0/build/temp.linux-x86_64-cpython-311/_deps/com_pybind_pybind11-src/include/pybind11/pybind11.h:2296:30: error: invalid use of incomplete type ‘PyFrameObject’ {aka ‘struct _frame’}
   2296 |             frame->f_locals, PyTuple_GET_ITEM(frame->f_code->co_varnames, 0));
        |                              ^~~~~~~~~~~~~~~~
  /usr/include/python3.11/pytypedefs.h:22:16: note: forward declaration of ‘PyFrameObject’ {aka ‘struct _frame’}
     22 | typedef struct _frame PyFrameObject;
        |                ^~~~~~
  /tmp/pip-install-qw8nrs9o/tenseal_951a9cd30ce242cca8e0b7b249d3edc0/build/temp.linux-x86_64-cpython-311/_deps/com_pybind_pybind11-src/include/pybind11/pybind11.h: In function ‘pybind11::function pybind11::detail::get_type_override(const void*, const type_info*, const char*)’:
  /tmp/pip-install-qw8nrs9o/tenseal_951a9cd30ce242cca8e0b7b249d3edc0/build/temp.linux-x86_64-cpython-311/_deps/com_pybind_pybind11-src/include/pybind11/pybind11.h:2291:49: error: ‘PyThreadState’ {aka ‘struct _ts’} has no member named ‘frame’; did you mean ‘cframe’?
   2291 |     PyFrameObject *frame = PyThreadState_Get()->frame;
        |                                                 ^~~~~
        |                                                 cframe
  /tmp/pip-install-qw8nrs9o/tenseal_951a9cd30ce242cca8e0b7b249d3edc0/build/temp.linux-x86_64-cpython-311/_deps/com_pybind_pybind11-src/include/pybind11/pybind11.h:2292:41: error: invalid use of incomplete type ‘PyFrameObject’ {aka ‘struct _frame’}
   2292 |     if (frame && (std::string) str(frame->f_code->co_name) == name &&
        |                                         ^~
  /usr/include/python3.11/pytypedefs.h:22:16: note: forward declaration of ‘PyFrameObject’ {aka ‘struct _frame’}
     22 | typedef struct _frame PyFrameObject;
        |                ^~~~~~
  /tmp/pip-install-qw8nrs9o/tenseal_951a9cd30ce242cca8e0b7b249d3edc0/build/temp.linux-x86_64-cpython-311/_deps/com_pybind_pybind11-src/include/pybind11/pybind11.h:2293:14: error: invalid use of incomplete type ‘PyFrameObject’ {aka ‘struct _frame’}
   2293 |         frame->f_code->co_argcount > 0) {
        |              ^~
  /usr/include/python3.11/pytypedefs.h:22:16: note: forward declaration of ‘PyFrameObject’ {aka ‘struct _frame’}
     22 | typedef struct _frame PyFrameObject;
        |                ^~~~~~
  /tmp/pip-install-qw8nrs9o/tenseal_951a9cd30ce242cca8e0b7b249d3edc0/build/temp.linux-x86_64-cpython-311/_deps/com_pybind_pybind11-src/include/pybind11/pybind11.h:2296:18: error: invalid use of incomplete type ‘PyFrameObject’ {aka ‘struct _frame’}
   2296 |             frame->f_locals, PyTuple_GET_ITEM(frame->f_code->co_varnames, 0));
        |                  ^~
  /usr/include/python3.11/pytypedefs.h:22:16: note: forward declaration of ‘PyFrameObject’ {aka ‘struct _frame’}
     22 | typedef struct _frame PyFrameObject;
        |                ^~~~~~
  In file included from /usr/include/python3.11/Python.h:38:
  /tmp/pip-install-qw8nrs9o/tenseal_951a9cd30ce242cca8e0b7b249d3edc0/build/temp.linux-x86_64-cpython-311/_deps/com_pybind_pybind11-src/include/pybind11/pybind11.h:2296:30: error: invalid use of incomplete type ‘PyFrameObject’ {aka ‘struct _frame’}
   2296 |             frame->f_locals, PyTuple_GET_ITEM(frame->f_code->co_varnames, 0));
        |                              ^~~~~~~~~~~~~~~~
  /usr/include/python3.11/pytypedefs.h:22:16: note: forward declaration of ‘PyFrameObject’ {aka ‘struct _frame’}
     22 | typedef struct _frame PyFrameObject;
        |                ^~~~~~
  /tmp/pip-install-qw8nrs9o/tenseal_951a9cd30ce242cca8e0b7b249d3edc0/build/temp.linux-x86_64-cpython-311/_deps/com_pybind_pybind11-src/include/pybind11/pybind11.h: In function ‘pybind11::function pybind11::detail::get_type_override(const void*, const type_info*, const char*)’:
  /tmp/pip-install-qw8nrs9o/tenseal_951a9cd30ce242cca8e0b7b249d3edc0/build/temp.linux-x86_64-cpython-311/_deps/com_pybind_pybind11-src/include/pybind11/pybind11.h:2291:49: error: ‘PyThreadState’ {aka ‘struct _ts’} has no member named ‘frame’; did you mean ‘cframe’?
   2291 |     PyFrameObject *frame = PyThreadState_Get()->frame;
        |                                                 ^~~~~
        |                                                 cframe
  /tmp/pip-install-qw8nrs9o/tenseal_951a9cd30ce242cca8e0b7b249d3edc0/build/temp.linux-x86_64-cpython-311/_deps/com_pybind_pybind11-src/include/pybind11/pybind11.h:2292:41: error: invalid use of incomplete type ‘PyFrameObject’ {aka ‘struct _frame’}
   2292 |     if (frame && (std::string) str(frame->f_code->co_name) == name &&
        |                                         ^~
  /usr/include/python3.11/pytypedefs.h:22:16: note: forward declaration of ‘PyFrameObject’ {aka ‘struct _frame’}
     22 | typedef struct _frame PyFrameObject;
        |                ^~~~~~
  /tmp/pip-install-qw8nrs9o/tenseal_951a9cd30ce242cca8e0b7b249d3edc0/build/temp.linux-x86_64-cpython-311/_deps/com_pybind_pybind11-src/include/pybind11/pybind11.h:2293:14: error: invalid use of incomplete type ‘PyFrameObject’ {aka ‘struct _frame’}
   2293 |         frame->f_code->co_argcount > 0) {
        |              ^~
  /usr/include/python3.11/pytypedefs.h:22:16: note: forward declaration of ‘PyFrameObject’ {aka ‘struct _frame’}
     22 | typedef struct _frame PyFrameObject;
        |                ^~~~~~
  /tmp/pip-install-qw8nrs9o/tenseal_951a9cd30ce242cca8e0b7b249d3edc0/build/temp.linux-x86_64-cpython-311/_deps/com_pybind_pybind11-src/include/pybind11/pybind11.h:2296:18: error: invalid use of incomplete type ‘PyFrameObject’ {aka ‘struct _frame’}
   2296 |             frame->f_locals, PyTuple_GET_ITEM(frame->f_code->co_varnames, 0));
        |                  ^~
  /usr/include/python3.11/pytypedefs.h:22:16: note: forward declaration of ‘PyFrameObject’ {aka ‘struct _frame’}
     22 | typedef struct _frame PyFrameObject;
        |                ^~~~~~
  In file included from /usr/include/python3.11/Python.h:38:
  /tmp/pip-install-qw8nrs9o/tenseal_951a9cd30ce242cca8e0b7b249d3edc0/build/temp.linux-x86_64-cpython-311/_deps/com_pybind_pybind11-src/include/pybind11/pybind11.h:2296:30: error: invalid use of incomplete type ‘PyFrameObject’ {aka ‘struct _frame’}
   2296 |             frame->f_locals, PyTuple_GET_ITEM(frame->f_code->co_varnames, 0));
        |                              ^~~~~~~~~~~~~~~~
  /usr/include/python3.11/pytypedefs.h:22:16: note: forward declaration of ‘PyFrameObject’ {aka ‘struct _frame’}
     22 | typedef struct _frame PyFrameObject;
        |                ^~~~~~
\



^C^C^CERROR: Operation cancelled by user
^C^C  Building wheel for tenseal (pyproject.toml) ... Removed build tracker: '/tmp/pip-build-tracker-v3mxn4h9'
^C^CTraceback (most recent call last):
  File "/home/werz/ctf/htb/mine/deo/.venv/lib/python3.11/site-packages/pip/_internal/utils/subprocess.py", line 237, in runner
    call_subprocess(
  File "/home/werz/ctf/htb/mine/deo/.venv/lib/python3.11/site-packages/pip/_internal/utils/subprocess.py", line 151, in call_subprocess
    line: str = proc.stdout.readline()
                ^^^^^^^^^^^^^^^^^^^^^^
KeyboardInterrupt

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "/home/werz/ctf/htb/mine/deo/.venv/lib/python3.11/site-packages/pip/_vendor/pyproject_hooks/_impl.py", line 311, in _call_hook
    self._subprocess_runner(
  File "/home/werz/ctf/htb/mine/deo/.venv/lib/python3.11/site-packages/pip/_internal/utils/subprocess.py", line 236, in runner
    with open_spinner(message) as spinner:
  File "/usr/lib/python3.11/contextlib.py", line 141, in __exit__
    def __exit__(self, typ, value, traceback):

KeyboardInterrupt

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "/home/werz/ctf/htb/mine/deo/.venv/lib/python3.11/site-packages/pip/_internal/cli/base_command.py", line 179, in exc_logging_wrapper
    status = run_func(*args)
             ^^^^^^^^^^^^^^^
  File "/home/werz/ctf/htb/mine/deo/.venv/lib/python3.11/site-packages/pip/_internal/cli/req_command.py", line 67, in wrapper
    return func(self, options, args)
           ^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/werz/ctf/htb/mine/deo/.venv/lib/python3.11/site-packages/pip/_internal/commands/install.py", line 423, in run
    _, build_failures = build(
                        ^^^^^^
  File "/home/werz/ctf/htb/mine/deo/.venv/lib/python3.11/site-packages/pip/_internal/wheel_builder.py", line 319, in build
    wheel_file = _build_one(
                 ^^^^^^^^^^^
  File "/home/werz/ctf/htb/mine/deo/.venv/lib/python3.11/site-packages/pip/_internal/wheel_builder.py", line 193, in _build_one
    wheel_path = _build_one_inside_env(
                 ^^^^^^^^^^^^^^^^^^^^^^
  File "/home/werz/ctf/htb/mine/deo/.venv/lib/python3.11/site-packages/pip/_internal/wheel_builder.py", line 233, in _build_one_inside_env
    wheel_path = build_wheel_pep517(
                 ^^^^^^^^^^^^^^^^^^^
  File "/home/werz/ctf/htb/mine/deo/.venv/lib/python3.11/site-packages/pip/_internal/operations/build/wheel.py", line 30, in build_wheel_pep517
    wheel_name = backend.build_wheel(
                 ^^^^^^^^^^^^^^^^^^^^
  File "/home/werz/ctf/htb/mine/deo/.venv/lib/python3.11/site-packages/pip/_internal/utils/misc.py", line 682, in build_wheel
    return super().build_wheel(
           ^^^^^^^^^^^^^^^^^^^^
  File "/home/werz/ctf/htb/mine/deo/.venv/lib/python3.11/site-packages/pip/_vendor/pyproject_hooks/_impl.py", line 209, in build_wheel
    return self._call_hook('build_wheel', {
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/werz/ctf/htb/mine/deo/.venv/lib/python3.11/site-packages/pip/_vendor/pyproject_hooks/_impl.py", line 304, in _call_hook
    with tempfile.TemporaryDirectory() as td:
  File "/usr/lib/python3.11/tempfile.py", line 1042, in __exit__
    def __exit__(self, exc, value, tb):

KeyboardInterrupt

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "/home/werz/ctf/htb/mine/deo/.venv/lib/python3.11/site-packages/pip/_internal/cli/base_command.py", line 232, in _main
    return run(options, args)
           ^^^^^^^^^^^^^^^^^^
  File "/home/werz/ctf/htb/mine/deo/.venv/lib/python3.11/site-packages/pip/_internal/cli/base_command.py", line 216, in exc_logging_wrapper
    logger.debug("Exception information:", exc_info=True)
  File "/usr/lib/python3.11/logging/__init__.py", line 1477, in debug
    self._log(DEBUG, msg, args, **kwargs)
  File "/usr/lib/python3.11/logging/__init__.py", line 1634, in _log
    self.handle(record)
  File "/usr/lib/python3.11/logging/__init__.py", line 1644, in handle
    self.callHandlers(record)
  File "/usr/lib/python3.11/logging/__init__.py", line 1706, in callHandlers
    hdlr.handle(record)
  File "/usr/lib/python3.11/logging/__init__.py", line 978, in handle
    self.emit(record)
  File "/home/werz/ctf/htb/mine/deo/.venv/lib/python3.11/site-packages/pip/_internal/utils/logging.py", line 168, in emit
    message = self.format(record)
              ^^^^^^^^^^^^^^^^^^^
  File "/usr/lib/python3.11/logging/__init__.py", line 953, in format
    return fmt.format(record)
           ^^^^^^^^^^^^^^^^^^
  File "/home/werz/ctf/htb/mine/deo/.venv/lib/python3.11/site-packages/pip/_internal/utils/logging.py", line 112, in format
    formatted = super().format(record)
                ^^^^^^^^^^^^^^^^^^^^^^
  File "/usr/lib/python3.11/logging/__init__.py", line 695, in format
    record.exc_text = self.formatException(record.exc_info)
                      ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/usr/lib/python3.11/logging/__init__.py", line 645, in formatException
    traceback.print_exception(ei[0], ei[1], tb, None, sio)
  File "/usr/lib/python3.11/traceback.py", line 124, in print_exception
    te = TracebackException(type(value), value, tb, limit=limit, compact=True)
         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/usr/lib/python3.11/traceback.py", line 690, in __init__
    self.stack = StackSummary._extract_from_extended_frame_gen(
                 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/usr/lib/python3.11/traceback.py", line 397, in _extract_from_extended_frame_gen
    @classmethod

KeyboardInterrupt

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "/home/werz/ctf/htb/mine/deo/.venv/lib/python3.11/site-packages/pip/_internal/utils/temp_dir.py", line 45, in global_tempdir_manager
    yield
  File "/home/werz/ctf/htb/mine/deo/.venv/lib/python3.11/site-packages/pip/_internal/cli/command_context.py", line 20, in main_context
    yield
  File "/home/werz/ctf/htb/mine/deo/.venv/lib/python3.11/site-packages/pip/_internal/cli/base_command.py", line 100, in main
    return self._main(args)
           ^^^^^^^^^^^^^^^^
  File "/home/werz/ctf/htb/mine/deo/.venv/lib/python3.11/site-packages/pip/_internal/cli/base_command.py", line 234, in _main
    self.handle_pip_version_check(options)
  File "/home/werz/ctf/htb/mine/deo/.venv/lib/python3.11/site-packages/pip/_internal/cli/index_command.py", line 172, in handle_pip_version_check
    _pip_self_version_check(session, options)
  File "/home/werz/ctf/htb/mine/deo/.venv/lib/python3.11/site-packages/pip/_internal/cli/index_command.py", line 136, in _pip_self_version_check
    from pip._internal.self_outdated_check import pip_self_version_check as check
  File "<frozen importlib._bootstrap>", line 1178, in _find_and_load
  File "<frozen importlib._bootstrap>", line 1149, in _find_and_load_unlocked
  File "<frozen importlib._bootstrap>", line 690, in _load_unlocked
  File "<frozen importlib._bootstrap_external>", line 936, in exec_module
  File "<frozen importlib._bootstrap_external>", line 1069, in get_code
  File "<frozen importlib._bootstrap_external>", line 729, in _compile_bytecode
KeyboardInterrupt

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "/usr/lib/python3.11/contextlib.py", line 574, in __exit__
    if cb(*exc_details):
       ^^^^^^^^^^^^^^^^
  File "/home/werz/ctf/htb/mine/deo/.venv/lib/python3.11/site-packages/pip/_internal/utils/temp_dir.py", line 169, in __exit__
    self.cleanup()
  File "/home/werz/ctf/htb/mine/deo/.venv/lib/python3.11/site-packages/pip/_internal/utils/temp_dir.py", line 212, in cleanup
    rmtree(self._path, ignore_errors=False)
  File "/home/werz/ctf/htb/mine/deo/.venv/lib/python3.11/site-packages/pip/_vendor/tenacity/__init__.py", line 291, in wrapped_f
    return self(f, *args, **kw)
           ^^^^^^^^^^^^^^^^^^^^
  File "/home/werz/ctf/htb/mine/deo/.venv/lib/python3.11/site-packages/pip/_vendor/tenacity/__init__.py", line 381, in __call__
    do = self.iter(retry_state=retry_state)
         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/werz/ctf/htb/mine/deo/.venv/lib/python3.11/site-packages/pip/_vendor/tenacity/__init__.py", line 316, in iter
    return fut.result()
           ^^^^^^^^^^^^
  File "/usr/lib/python3.11/concurrent/futures/_base.py", line 449, in result
    return self.__get_result()
           ^^^^^^^^^^^^^^^^^^^
  File "/usr/lib/python3.11/concurrent/futures/_base.py", line 401, in __get_result
    raise self._exception
  File "/home/werz/ctf/htb/mine/deo/.venv/lib/python3.11/site-packages/pip/_vendor/tenacity/__init__.py", line 384, in __call__
    result = fn(*args, **kwargs)
             ^^^^^^^^^^^^^^^^^^^
  File "/home/werz/ctf/htb/mine/deo/.venv/lib/python3.11/site-packages/pip/_internal/utils/misc.py", line 144, in rmtree
    shutil.rmtree(dir, onerror=handler)  # type: ignore
    ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/usr/lib/python3.11/shutil.py", line 732, in rmtree
    _rmtree_safe_fd(fd, path, onerror)
  File "/usr/lib/python3.11/shutil.py", line 660, in _rmtree_safe_fd
    _rmtree_safe_fd(dirfd, fullname, onerror)
  File "/usr/lib/python3.11/shutil.py", line 660, in _rmtree_safe_fd
    _rmtree_safe_fd(dirfd, fullname, onerror)
  File "/usr/lib/python3.11/shutil.py", line 660, in _rmtree_safe_fd
    _rmtree_safe_fd(dirfd, fullname, onerror)
  [Previous line repeated 5 more times]
  File "/usr/lib/python3.11/shutil.py", line 632, in _rmtree_safe_fd
    entries = list(scandir_it)
              ^^^^^^^^^^^^^^^^
KeyboardInterrupt

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "/home/werz/ctf/htb/mine/deo/.venv/bin/pip", line 8, in <module>
    sys.exit(main())
             ^^^^^^
  File "/home/werz/ctf/htb/mine/deo/.venv/lib/python3.11/site-packages/pip/_internal/cli/main.py", line 80, in main
    return command.main(cmd_args)
           ^^^^^^^^^^^^^^^^^^^^^^
  File "/home/werz/ctf/htb/mine/deo/.venv/lib/python3.11/site-packages/pip/_internal/cli/base_command.py", line 99, in main
    with self.main_context():
  File "/usr/lib/python3.11/contextlib.py", line 155, in __exit__
    self.gen.throw(typ, value, traceback)
  File "/home/werz/ctf/htb/mine/deo/.venv/lib/python3.11/site-packages/pip/_internal/cli/command_context.py", line 19, in main_context
    with self._main_context:
  File "/usr/lib/python3.11/contextlib.py", line 589, in __exit__
    raise exc_details[1]
  File "/usr/lib/python3.11/contextlib.py", line 574, in __exit__
    if cb(*exc_details):
       ^^^^^^^^^^^^^^^^
  File "/usr/lib/python3.11/contextlib.py", line 155, in __exit__
    self.gen.throw(typ, value, traceback)
  File "/home/werz/ctf/htb/mine/deo/.venv/lib/python3.11/site-packages/pip/_internal/utils/temp_dir.py", line 42, in global_tempdir_manager
    with ExitStack() as stack:
  File "/usr/lib/python3.11/contextlib.py", line 589, in __exit__
    raise exc_details[1]
  File "/usr/lib/python3.11/contextlib.py", line 574, in __exit__
    if cb(*exc_details):
       ^^^^^^^^^^^^^^^^
  File "/home/werz/ctf/htb/mine/deo/.venv/lib/python3.11/site-packages/pip/_internal/utils/temp_dir.py", line 169, in __exit__
    self.cleanup()
  File "/home/werz/ctf/htb/mine/deo/.venv/lib/python3.11/site-packages/pip/_internal/utils/temp_dir.py", line 212, in cleanup
    rmtree(self._path, ignore_errors=False)
  File "/home/werz/ctf/htb/mine/deo/.venv/lib/python3.11/site-packages/pip/_vendor/tenacity/__init__.py", line 291, in wrapped_f
    return self(f, *args, **kw)
           ^^^^^^^^^^^^^^^^^^^^
  File "/home/werz/ctf/htb/mine/deo/.venv/lib/python3.11/site-packages/pip/_vendor/tenacity/__init__.py", line 381, in __call__
    do = self.iter(retry_state=retry_state)
         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/werz/ctf/htb/mine/deo/.venv/lib/python3.11/site-packages/pip/_vendor/tenacity/__init__.py", line 316, in iter
    return fut.result()
           ^^^^^^^^^^^^
  File "/usr/lib/python3.11/concurrent/futures/_base.py", line 449, in result
    return self.__get_result()
           ^^^^^^^^^^^^^^^^^^^
  File "/usr/lib/python3.11/concurrent/futures/_base.py", line 401, in __get_result
    raise self._exception
  File "/home/werz/ctf/htb/mine/deo/.venv/lib/python3.11/site-packages/pip/_vendor/tenacity/__init__.py", line 384, in __call__
    result = fn(*args, **kwargs)
             ^^^^^^^^^^^^^^^^^^^
  File "/home/werz/ctf/htb/mine/deo/.venv/lib/python3.11/site-packages/pip/_internal/utils/misc.py", line 144, in rmtree
    shutil.rmtree(dir, onerror=handler)  # type: ignore
    ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/usr/lib/python3.11/shutil.py", line 732, in rmtree
    _rmtree_safe_fd(fd, path, onerror)
  File "/usr/lib/python3.11/shutil.py", line 660, in _rmtree_safe_fd
    _rmtree_safe_fd(dirfd, fullname, onerror)
  File "/usr/lib/python3.11/shutil.py", line 660, in _rmtree_safe_fd
    _rmtree_safe_fd(dirfd, fullname, onerror)
  File "/usr/lib/python3.11/shutil.py", line 660, in _rmtree_safe_fd
    _rmtree_safe_fd(dirfd, fullname, onerror)
  [Previous line repeated 4 more times]
  File "/usr/lib/python3.11/shutil.py", line 653, in _rmtree_safe_fd
    dirfd = os.open(entry.name, os.O_RDONLY, dir_fd=topfd)
            ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
@0xWerz 0xWerz added the Type: Bug 🐛 Some functionality not working in the codebase as intended label Jun 24, 2024
@philomath213 philomath213 added the Build Related to the build of the package label Sep 29, 2024
@philomath213
Copy link
Member

Release v0.3.15 should fix this.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Build Related to the build of the package Type: Bug 🐛 Some functionality not working in the codebase as intended
Projects
None yet
Development

No branches or pull requests

2 participants