Using ? for help in version 9.1
The use of a question mark (?
) for help produces several deprecation warnings:
/opt/sagemath-9.1/local/lib/python3.7/site-packages/requests/models.py:847: DeprecationWarning: invalid escape sequence \*
"""
/opt/sagemath-9.1/local/lib/python3.7/site-packages/requests/api.py:67: DeprecationWarning: invalid escape sequence \*
"""
/opt/sagemath-9.1/local/lib/python3.7/site-packages/requests/api.py:80: DeprecationWarning: invalid escape sequence \*
"""
/opt/sagemath-9.1/local/lib/python3.7/site-packages/requests/api.py:93: DeprecationWarning: invalid escape sequence \*
"""
/opt/sagemath-9.1/local/lib/python3.7/site-packages/requests/api.py:108: DeprecationWarning: invalid escape sequence \*
"""
/opt/sagemath-9.1/local/lib/python3.7/site-packages/requests/api.py:122: DeprecationWarning: invalid escape sequence \*
"""
/opt/sagemath-9.1/local/lib/python3.7/site-packages/requests/api.py:136: DeprecationWarning: invalid escape sequence \*
"""
/opt/sagemath-9.1/local/lib/python3.7/site-packages/requests/api.py:148: DeprecationWarning: invalid escape sequence \*
"""
/opt/sagemath-9.1/local/lib/python3.7/site-packages/requests/sessions.py:498: DeprecationWarning: invalid escape sequence \*
"""
/opt/sagemath-9.1/local/lib/python3.7/site-packages/requests/sessions.py:509: DeprecationWarning: invalid escape sequence \*
"""
/opt/sagemath-9.1/local/lib/python3.7/site-packages/requests/sessions.py:520: DeprecationWarning: invalid escape sequence \*
"""
/opt/sagemath-9.1/local/lib/python3.7/site-packages/requests/sessions.py:533: DeprecationWarning: invalid escape sequence \*
"""
/opt/sagemath-9.1/local/lib/python3.7/site-packages/requests/sessions.py:544: DeprecationWarning: invalid escape sequence \*
"""
/opt/sagemath-9.1/local/lib/python3.7/site-packages/requests/sessions.py:555: DeprecationWarning: invalid escape sequence \*
"""
/opt/sagemath-9.1/local/lib/python3.7/site-packages/requests/sessions.py:565: DeprecationWarning: invalid escape sequence \*
"""
Am I doing something wrong?
A few questions :
What platform and OS are you using ?
How did you install Sage (i.e. compiled from tarball or installed from your distro) ?
Do you use Python 2 or 3 (IIRC, 9.1 will be the las Python 2-compatible release) ?
What interface (command line, Jupyter notebook, emacs, other) ?
FWIW, WorksForMe(TM) in 9.2.beta8 on Debian testing running on core i7.
Some answers:
The OS is Windows 10 running on a PC.
I installed Sage by downloading the installer from this web page: http://ftp.rediris.es/mirror/sagemath...
As fas as I know, the 9.1 version of Sage uses Python 3. I guess I do not understand the third question...
The interface I use is Jupyter notebook. The deprecation warning appears the first time the question mark (?) is used. It does not appear when using version 8.9 of Sage on the same PC.
I have exactly the same problem. Also using sage 9.1, windows 10, Jupyter notebook.