Matt Schmittle
Matt Schmittle
Not sure if this is helpful for your setup, but for anyone also compiling cpp files in the cmake. I added SHARED to `add_library` and it worked. For example: ```...
same issue. Currently the only solution I see available is to build within a docker container.
Actually since writing this I managed to get it to build without a container. But the container solution would effectively be running 20.04 in a container. There are pre-built containers...
@LucianYuan I switched to python3.8 and the problem was resolved