I’m using PyDev in eclipse with Python 2.7 on windows 7. I Installed networkx and it is properly running within Python shell but in eclipse it is showing error as it is unable to locate networkx can anyone tell me how to remove this error?
Share
you need to rebuild your interpreter
go to project > properties > pyDev-Interpreter/Grammar
click the “click here to configure”
remove the existing interpreter
hit “Auto config” button and follow the prompts
kind of a pain but the only way Ive found to autodiscover newly installed packages