Spyder 3.2.5 Auto Complete and API help not working
See original GitHub issueDescription
What steps will reproduce the problem?
- Install Conda with Spyder
- Install tensorlow library for python
- Opne Spyder, autocomplete and document help (Ctrl + I) is broken
What is the expected output? What do you see instead? Auto complete to work
Please provide any additional information below
Version and main components
- Spyder Version: 3.2.5
- Python Version: 3.6.4
- Qt Versions: 5.6.2, PyQt5 5.6 on Linux
Dependencies
pyflakes >=0.6.0 : 1.6.0 (OK)
pycodestyle >=2.3: 2.3.1 (OK)
pygments >=2.0 : 2.2.0 (OK)
pandas >=0.13.1 : 0.22.0 (OK)
numpy >=1.7 : 1.13.3 (OK)
sphinx >=0.6.6 : 1.6.3 (OK)
rope >=0.9.4 : 0.10.7 (OK)
jedi >=0.9.0 : 0.11.0 (OK)
psutil >=0.3 : 5.4.1 (OK)
nbconvert >=4.0 : 5.3.1 (OK)
sympy >=0.7.3 : 1.1.1 (OK)
cython >=0.21 : 0.27.3 (OK)
qtconsole >=4.2.0: 4.3.1 (OK)
IPython >=4.0 : 6.2.1 (OK)
pylint >=0.25 : 1.7.4 (OK)
Issue Analytics
- State:
- Created 6 years ago
- Comments:8 (2 by maintainers)
Top Results From Across the Web
Auto complete stopped working in Spyder - Ask Ubuntu
Since yesterday that I updated the 'Pygments' installation, the auto complete has stopped working. For more details regarding this update, ...
Read more >spyder editor is it possible to set autocomplete to Tab?
I'm trying to set autocomplete functionality in spyder editor to Tab via Tools --> preference --> KeyBoardShortcuts.
Read more >spyder3-3.2.8-bp153.1.16 - SUSE Package Hub -
+ Issues Closed * ValueError trying to open pandas. ... when running with bootstrap * Editor autocompletion and help extraction not working in...
Read more >Mock BGE Python API for Autocomplete - Blender Artists
I have not tested it, but does this API work like in the example image? It feels like in such case it should...
Read more >Solved: Code completion not working in Spyder 5.1.5 after
My first line in the Editor (not console) was import arcpy, My second line was arcpy.Add... but no autocomplete appeared. It seems to...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
Sorry, it is
pip uninstall enum34
El 08/01/18 a las 08:27, ameynandedkar escribió:
I do not have enum34 installed and still unable to get auto complete to work. Please help.
python -m pip uninstall enum34
Cannot uninstall requirement enum34, not installed