Gaëtan Blond
Gaëtan Blond
I have installed `urg_node` from APT (`ros-neotic-urg-node`), but when I run `rosrun urg_node urg_node _serial_port:=/dev/ttyACM1` it crashes after the connection to the device: ``` [/urg_node: INFO] [1599296638.701332302] : Connected to...
While playing with Django 5 and PyInstaller `6.8.0` (with Python 3.12), I got this error: ```python RuntimeError: Child process call to django_dottedstring_imports() failed with: File "/.local/lib/python3.12/site-packages/PyInstaller/isolated/_child.py", line 63, in run_next_command...
### Description After upgrading Poetry from 1.8 to 2.0, and changing my `pyproject.toml` according to `poetry` complains, all dependencies from main group where removed from `poetry.lock`. I declared my dependencies...