Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Integrate networkx in eclipse on windows

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?

like image 765
username_4567 Avatar asked Mar 12 '26 03:03

username_4567


1 Answers

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

like image 117
Joran Beasley Avatar answered Mar 13 '26 15:03

Joran Beasley