I'm a bit new to installing Python modules. I'm trying to use Windows Powershell to install pycdio for Python 3.5 64-bit and this is what appears.
PS C:\Users\vivek\Desktop\audio converter python\pycdio-0.20> python ./setup.py install
Traceback (most recent call last):
File "./setup.py", line 42, in
ge_84 = call(['pkg-config','--atleast-version=0.84','libcdio'])
File "C:\Program Files\Python 3.5\lib\subprocess.py", line 560, in call
with Popen(*popenargs, **kwargs) as p:
File "C:\Program Files\Python 3.5\lib\subprocess.py", line 950, in init
restore_signals, start_new_session)
File "C:\Program Files\Python 3.5\lib\subprocess.py", line 1220, in _execute_child
startupinfo)
I've also tried 32-bit, but still get the same error. Any help would be appreciated thank you.
ImportError: No module named 'pykg_config'
I have installed pykg-config – Vivek Muman Apr 16 '16 at 21:06