easy install - whatprovides equivalent for pip or easy_install -


in yum can yum whatprovides *filename. there such equivalent in pip or easy_install?

if getting error in importing py module fooblabla, how can find out python egg/package provides that?

did try?

$ pip search <packagename> 

this query searches package metadata (including name, short description, keywords, among others). doesn't seem quite deep search whatprovides functionality, unless have package installed already, isn't clear how find modules contained within package (see answers here case).

however, don't see how wouldn't know package name if having problems importing module it.


Comments

Popular posts from this blog

css - Which browser returns the correct result for getBoundingClientRect of an SVG element? -

gcc - Calling fftR4() in c from assembly -

Function that returns a formatted array in VBA -