Ask Your Question
1

Tab autocompletion not working anymore

asked 2020-03-24 21:40:47 +0200

Thrash gravatar image

updated 2020-03-24 22:14:11 +0200

The tab autocompletion is not working anymore. Instead I get the following message:

┌────────────────────────────────────────────────────────────────────┐
│ SageMath version 9.0, Release Date: 2020-01-01                     │
│ Using Python 3.8.2. Type "help()" for help.                        │
└────────────────────────────────────────────────────────────────────┘
/usr/lib/python3.8/site-packages/jedi/cache.py:111: DeprecationWarning: Deprecated since version 0.16.0. Use get_signatures()[...].params
  result = method(self, *args, **kwargs)

What can I do to solve the problem?

edit retag flag offensive close merge delete

Comments

Please provide more information. For example, how did you obtain Sage? What is your OS?

John Palmieri gravatar imageJohn Palmieri ( 2020-03-24 22:50:19 +0200 )edit
2

Python 3.8.2 is not yet offically supported

FrédéricC gravatar imageFrédéricC ( 2020-03-25 07:30:09 +0200 )edit

My OS is Manjaro 19.0.2 and I obtained Sage via pacman (the Arch repositories).

Thrash gravatar imageThrash ( 2020-03-25 17:15:46 +0200 )edit
1

I confirm the behavior on up to date archlinux. This is annoying.

vdelecroix gravatar imagevdelecroix ( 2020-03-25 22:23:29 +0200 )edit

With the same python 3.8.2 ?

FrédéricC gravatar imageFrédéricC ( 2020-03-26 07:36:47 +0200 )edit

1 Answer

Sort by » oldest newest most voted
4

answered 2020-03-26 14:40:28 +0200

arojas gravatar image

This is an incompatibility between jedi 0.16 and ipython, nothing to do with sage itself. The reason why it's only an issue on sage is because ipython hides all warnings by default and sage doesn't. I've pushed sagemath-9.0-12 with a workaround until this is fixed in ipython

edit flag offensive delete link more

Comments

1

Thanks! (and I confirm that it worked)

vdelecroix gravatar imagevdelecroix ( 2020-03-26 15:26:29 +0200 )edit

It works now, thank you very much!

Thrash gravatar imageThrash ( 2020-03-28 12:15:51 +0200 )edit

Your Answer

Please start posting anonymously - your entry will be published after you log in or create a new account.

Add Answer

Question Tools

1 follower

Stats

Asked: 2020-03-24 21:40:47 +0200

Seen: 762 times

Last updated: Mar 26 '20