topcom in SAGE 9.0
I'm having some trouble getting topcom working in sage 9.0 on OS Catalina. I'm running sage -i TOPCOM, which goes through with no errors, and typing installed_packages() shows 'topcom': '0.17.7' is included. However, running restrict_to_regular_triangulations() for a lattice polytope returns the error "ValueError: Need TOPCOM to test for regularity." Any help is appreciated!
Please use
sage -i topcom
:TOPCOM
is an old, outdated, package, andtopcom
is its replacement.sage -i topcom
seems to work. Did you useTOPCOM
ortopcom
?