Matthew Cooper

Results 5 comments of Matthew Cooper

Was just about to post this issue. Another vote for this. Work around is to keep all cards in 'TODO' (including those with measured time) and only move the single...

You were correct that `libboost_python38.so` was the only file present in `/usr/lib/x86_64-linux-gnu/libboost_python*` After creating the symbolic link as outlined above i managed to get the import working. It would be...

Does `medpy` currently support `CentOS 7`? I have installed the deps ``` yum install -y \ gcc \ gcc-c++ \ kernel-devel \ make \ boost \ boost-devel \ boost-doc \...

Ah, im suspecting that the CentOS install only included python2.so files for boost.

For others looking for a CentOS 7 solution. Yum does not include the python3 libs by default. You will need to add the epel repo to access them. ``` yum...