First time here? Check out the FAQ!
answered 2017-08-03 09:35:52 +0100
To install a Python packages which is not shipped with Sage, you should use sage -pip install, for example:
sage -pip install
sage -pip install py4j
Do not hesitate to report success/failure/tricks/...