Reputation: 93
Windows Spyder IDE Autocomplete is not working for me.
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
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
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