New comment by Eloitor on void-packages repository https://github.com/void-linux/void-packages/issues/19090#issuecomment-913034501 Comment: I've build Sage-9.4 using the pending PR. Now I would like to be able to call sage from python, for example using ``` from sage.all import * ``` but I get `ModuleNotFoundError: No module named 'sage'` What can I do?