I have python 2.7 installed on my system and I need to use the audio lab module. I downloaded from the following site: http://www.lfd.uci.edu/~gohlke/pythonlibs/#scikits.audiolab
When I import scikits.audiolab, I get the following error:
Traceback (most recent call last): File "C:/Python27/trystuff", line 1, in <module> from scikits.audiolab import formatinfo as format File "C:\Python27\lib\site-packages\scikits\__init__.py", line 1, in <module> __import__('pkg_resources').declare_namespace(__name__) ImportError: No module named pkg_resources
What should I do?
user887112
source share