Nicolò Genesio (二コゲネ)

Results 121 comments of Nicolò Genesio (二コゲネ)

Thank you @BrutusTT for the analysis, if you can dig into it and find some information about the changes in the memory layout in Python it would be very helpful!

This is the code generated by SWIG: ```c++ void setExternal(yarp::sig::Image *img, PyObject* mem, int w, int h) { #if PY_VERSION_HEX >= 0x02070000 Py_buffer img_buffer; int reply; reply = PyObject_GetBuffer(mem, &img_buffer,...

I have installed them with conda indeed, here is my `conda list`: ``` # packages in environment at C:\Users\ngenesio\AppData\Local\miniforge3\envs\blenderenv: # # Name Version Build Channel ace 7.0.2 h0e60522_0 conda-forge bzip2...

> Did you used apt or conda in that case? Conda also under wsl2 > OT: Why did you installed https://pypi.org/project/tk/ via pip ? Mm I don't even remember why...

@drdanz with that docker you tested it under Linux, am I right? On Linux I have no issues either with or without conda

> Should have been fixed (in icub-tests) by robotology/icub-tests@b05df97 . Shall we close this issue?

Closing since probably this feature is not needed anymore and this PR is very outdated

Maybe also the `ldd` of the library can be useful: ``` ldd /home/ngenesio/mambaforge/envs/ros2_env/bin/../lib/././librcl_logging_spdlog.so linux-vdso.so.1 (0x00007fff2c935000) librcpputils.so => /home/ngenesio/mambaforge/envs/ros2_env/bin/../lib/./././librcpputils.so (0x00007fab6e8b3000) libspdlog.so.1 => /home/ngenesio/mambaforge/envs/ros2_env/bin/../lib/./././libspdlog.so.1 (0x00007fab6e839000) librcl_logging_interface.so => /home/ngenesio/mambaforge/envs/ros2_env/bin/../lib/./././librcl_logging_interface.so (0x00007fab6e834000) librcutils.so => /home/ngenesio/mambaforge/envs/ros2_env/bin/../lib/./././librcutils.so...

Interesting that I have two `librcl_logging_spdlog.so` ``` locate librcl_logging_spdlog.so /home/ngenesio/mambaforge/envs/ros2_env/lib/librcl_logging_spdlog.so /home/ngenesio/mambaforge/pkgs/ros-humble-rcl-logging-spdlog-2.3.0-py39h495f368_1/lib/librcl_logging_spdlog.so ``` But they seem the same

> There is a bug unfortunately with the version of spdlog that is installed. Could you please try the previous version? This workaround worked fine thanks! I installed `1.9.2` instead...