SyneRBI / SyneRBI_VM

Virtual Machine with pre-installed SyneRBI software
http://www.ccpsynerbi.ac.uk
Apache License 2.0
3 stars 7 forks source link

Astra fails to build because of cython3 #188

Closed ashgillman closed 3 years ago

ashgillman commented 3 years ago

I was updating Michael's VM and ran into issues due to this line:

https://github.com/SyneRBI/SyneRBI_VM/blob/master/scripts/UPDATE.sh#L146

On his VM (maybe we did something funny) the executable is /usr/bin/cython. Perhaps it makes sense to check these executables before changing the configuration in CMake?

paskino commented 3 years ago

I think the newest VMs where I managed to remove reference to python2 (like in your case) should have cython3 installed rather than cython (from apt)

ashgillman commented 3 years ago

I am closing this - indeed this was on an older VM version so is no longer relevant