I just tried to install it on Win7 x64 with Python 3.4 x64 by using “pip install kicost” from administrator prompt. Then received a long list of build commands (some with warnings), ending in this text (in red color):
----------------------------------------
Cleaning up...
Command C:\Python34_64\python.exe -c "import setuptools, tokenize;__file__='D:\\
Temp\\pip_build_Mark\\lxml\\setup.py';exec(compile(getattr(tokenize, 'open', ope
n)(__file__).read().replace('\r\n', '\n'), __file__, 'exec'))" install --record
D:\Temp\pip-zywsnvlj-record\install-record.txt --single-version-externally-manag
ed --compile failed with error code 1 in D:\Temp\pip_build_Mark\lxml
Storing debug log for failure in C:\Users\Mark\pip\pip.log
----------------------------------------
Trying to run kicost --version or anything else results in:
C:\Windows\system32>kicost --version
Traceback (most recent call last):
File "C:\Python34_64\Scripts\kicost-script.py", line 5, in <module>
from pkg_resources import load_entry_point
File "C:\Python34_64\lib\site-packages\pkg_resources.py", line 2697, in <module>
working_set.require(__requires__)
File "C:\Python34_64\lib\site-packages\pkg_resources.py", line 669, in require
needed = self.resolve(parse_requirements(requirements))
File "C:\Python34_64\lib\site-packages\pkg_resources.py", line 572, in resolve
raise DistributionNotFound(req)
pkg_resources.DistributionNotFound: yattag>=1.5.2
Any ideas? There is a pip.log file, 309kB.