Just trying out passagemath. I really like this effort!
I get the following error though when I try
from sage.all__sagemath_graphs import *
which is essentially the first line of the examples on https://pypi.org/project/passagemath-graphs/.
Can someone please tell me what I’m doing wrong? I’m on Ubuntu 24.04.2 LTS.
$ python -m venv ~/passagemath-venv
$ source ~/passagemath-venv/bin/activate
$ pip install passagemath-graphs
<cut some output>
Successfully installed Cython-3.1.2 cysignals-1.12.3 gmpy2-2.2.1 memory_allocator-0.1.4 passagemath-categories-10.5.41 passagemath-graphs-10.5.41 passagemath-objects-10.5.41
$ python
Python 3.10.12 | packaged by conda-forge | (main, Jun 23 2023, 22:40:32) [GCC 12.3.0] on linux
Type "help", "copyright", "credits" or "license" for more information.
>>> from sage.all__sagemath_graphs import *
Traceback (most recent call last):
<cut long output>
from sage.env import DOT_SAGE, HOSTNAME
ModuleNotFoundError: No module named 'sage.env'
>>>