What steps will reproduce the problem?
What is the expected output? What do you see instead?
Expect code completion.
No code completion occurs, no pop-up, just nothing happens.
Please provide any additional information below
Tried installing rope, rope-py3k, restarted, no change.
Tried restarting, re-opening a fresh editor, no change.
Tried factory reset of preferences, no change.
Code completion does work in the IPython console, but not in the editor.
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 : None (NOK)
numpy >=1.7 : 1.13.3 (OK)
sphinx >=0.6.6 : 1.6.5 (OK)
rope >=0.9.4 : 0.9.4-1 (OK)
jedi >=0.9.0 : 0.11.1 (OK)
nbconvert >=4.0 : 5.3.1 (OK)
sympy >=0.7.3 : None (NOK)
cython >=0.21 : None (NOK)
qtconsole >=4.2.0: 4.3.1 (OK)
IPython >=4.0 : 6.2.1 (OK)
pylint >=0.25 : 1.8.1 (OK)
please remove "enum34", if ever it shows in your "pip list"
Thanks, that fixed it!
On 6 January 2018 at 13:14, stonebig notifications@github.com wrote:
please remove "enum34", if ever it shows in your "pip list"
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub
https://github.com/spyder-ide/spyder/issues/6146#issuecomment-355746288,
or mute the thread
https://github.com/notifications/unsubscribe-auth/AV1U46vkmHKPdEr1lBnH6Sp46uhBWVHUks5tH3GrgaJpZM4RVTE0
.
Also, we generally aren't able to offer individual help for installation issues under pip
, due to the number of problems that typically occur, and recommend the Anaconda distribution instead, though you are welcome to get it working on your own.
For anyone who is still pretty much new to Python/pip (like myself), I ran the following line to remove enum34;
pip uninstall enum34
My code completion now works in Spyder (currently using v3.2.5 with Python 3.6.3).
Thanks for the solution!
Most helpful comment
For anyone who is still pretty much new to Python/pip (like myself), I ran the following line to remove enum34;
My code completion now works in Spyder (currently using v3.2.5 with Python 3.6.3).
Thanks for the solution!