Issue
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.
Solution
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.
Answered By - Stradivari
0 comments:
Post a Comment
Note: Only a member of this blog may post a comment.