Opened 4 years ago

Closed 4 years ago

Last modified 4 years ago

#61088 closed defect (fixed)

numpy object tab-complete not working with py*-ipython @7.17.0_0 and py*-jedi @0.17.2_0

Reported by: jjstickel (Jonathan Stickel) Owned by: stromnov (Andrey Stromnov)
Priority: Normal Milestone:
Component: ports Version:
Keywords: Cc: lpsinger (Leo Singer)
Port: py-ipython py-jedi

Description

With the versions of ipython and jedi indicated above, tab complete doesn't work with imported numpy (and other) modules. See https://github.com/ipython/ipython/issues/12121 . A work around is to start ipython with the option --IPCompleter.use_jedi=False. Mainly an upstream bug, but I wanted to document it, and the workaround, here.

Change History (4)

comment:1 Changed 4 years ago by mf2k (Frank Schima)

Cc: lpsinger added
Keywords: tab-complete removed
Port: py-ipython py-jedi added; ipython jedi removed

comment:2 Changed 4 years ago by mf2k (Frank Schima)

Cc: stromnov removed
Owner: set to stromnov
Status: newassigned

comment:3 Changed 4 years ago by stromnov (Andrey Stromnov)

Resolution: fixed
Status: assignedclosed

In 1239dc1749d6d08d82e663bd3559f8932dca3b81/macports-ports (master):

py-(parso|jedi): attempt to fix completion issue

Closes: #61088

comment:4 Changed 4 years ago by jjstickel (Jonathan Stickel)

Thanks!

Note: See TracTickets for help on using tickets.