prem Rexx
prem Rexx

Reputation: 93

Function is not listing in spyder

Windows Spyder IDE Autocomplete is not working for me. issue_image

When I press object+dot attached file window should come into editor but for me it is not working. Can anyone tell me what is the issue with this?

OS : Windows Version : Spyder 3.3.4

import pandas as pd;
pd.

Upvotes: 0

Views: 1498

Answers (2)

Stradivari
Stradivari

Reputation: 2766

It is a known issue, see: https://github.com/spyder-ide/spyder/issues/5782

The main problem is enum34, so running pip uninstall enum34 should work.

Upvotes: 1

Prdeep Yadav
Prdeep Yadav

Reputation: 1

You can use Acnoconda to downlaod the spyder from there. Annaconda download link As there is some issue while installing spyder directly you can check issue here git hub issue link

Upvotes: 0

Related Questions