First time here? Check out the FAQ!

Ask Your Question
1

Tab autocompletion not working anymore

asked 5 years ago

Thrash gravatar image

updated 5 years ago

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?

Preview: (hide)

Comments

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

John Palmieri gravatar imageJohn Palmieri ( 5 years ago )
2

Python 3.8.2 is not yet offically supported

FrédéricC gravatar imageFrédéricC ( 5 years ago )

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

Thrash gravatar imageThrash ( 5 years ago )
1

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

vdelecroix gravatar imagevdelecroix ( 5 years ago )

With the same python 3.8.2 ?

FrédéricC gravatar imageFrédéricC ( 5 years ago )

1 Answer

Sort by » oldest newest most voted
4

answered 5 years ago

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

Preview: (hide)
link

Comments

1

Thanks! (and I confirm that it worked)

vdelecroix gravatar imagevdelecroix ( 5 years ago )

It works now, thank you very much!

Thrash gravatar imageThrash ( 5 years ago )

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: 5 years ago

Seen: 886 times

Last updated: Mar 26 '20