So I'm getting the plantri package not found error despite plantri appearing in my packages list in sage: pkgs=list_packages(local=True)
sorted(pkgs.keys())
sage: sorted(pkgs.keys())
...
'planarity',
'plantri',
'polymake',
...
Where do I download the plantri package?
Also I get a weird error from running
install_package?
Object install_package
not found.