[sage-support] Re: What is a module?

2017-06-05 Thread Dima Pasechnik
On Monday, June 5, 2017 at 7:54:57 PM UTC+1, jheim wrote: > > Huh... After I posted my question, I googled it w/o any reference to > sage and I found that this is a python module warning. But installing > the python service-identity module did not work. First I tried > installing it via apt-g

[sage-support] Re: What is a module?

2017-06-05 Thread John G Heim
Huh... After I posted my question, I googled it w/o any reference to sage and I found that this is a python module warning. But installing the python service-identity module did not work. First I tried installing it via apt-get: $ apt-get install python-service-identity Same warning. Then I

[sage-support] Re: What is a module?

2017-06-05 Thread Dima Pasechnik
A module is a Python module, in this context, at least. The command $ ./sage -pip install service_identity will install the module in question for you. This calls pip, a standard Python package manager, which will fetch the code from the appropriate repository (