Alex Jasmin
Alex Jasmin
Running `cmake` and `make install` fails with `file INSTALL given no DESTINATION` ``` root@c9bbfcb93f67:/static_math# cmake --version cmake version 3.22.1 CMake suite maintained and supported by Kitware (kitware.com/cmake). root@c9bbfcb93f67:/static_math# cmake ....
With pyserial-asyncio 0.4 and python-3.8.0. This program: ``` import asyncio import serial_asyncio async def main(): (tty_read,tty_write) = await serial_asyncio.open_serial_connection(url="loop://") asyncio.run(main()) ``` Outputs: ``` An open stream was garbage collected prior...
### Describe the problem Protobuf has recently changed its versioning scheme. The release after 3.20 is named 21.0. ### To reproduce Sample workflow: ``` - name: install protoc uses: arduino/setup-protoc@master...
**What version of protobuf and what language are you using?** Version: git main and 4.21.7 Language: Python upb **What operating system (Linux, Windows, ...) and version?** Linux **What did you...
**What version of protobuf and what language are you using?** Version: 21.7 Language: Python OS: Linux **What did you do?** I'm trying to build a wheel of protobuf 21.7 with...
According to the [documentation for zmq.Context.instance()](https://pyzmq.readthedocs.io/en/latest/api/zmq.html#zmq.Context.instance): > Most single-threaded applications have a single, global Context. Use this method instead of passing around Context instances throughout your code. This seems to...
Running tests through setup.py is deprecated. This avoids the warning message.