I have downloaded a zip file from here but I don't know how to install it and then use it in my python 2.7
they said it supports both python 2 and 3
using command: "pip install hazm" after bunch of lines it gets to these errors:
creating buildemp.win-amd64-2.7Releaselibwapitisrc
C:UsersMohammadAppDataLocalProgramsCommonMicrosoftVisual C++ for Pyt
hon9.0VCBinamd64cl.exe /c /nologo /Ox /MD /W3 /GS- /DNDEBUG -Icwapiti/src -
Ilibwapiti -IC:Python27include -IC:Python27PC /Tccwapiti/src/bcd.c /Fobuild
temp.win-amd64-2.7Releasecwapiti/src/bcd.obj -std=c99
cl : Command line warning D9002 : ignoring unknown option '-std=c99'
bcd.c
cwapiti/src/bcd.c(30) : fatal error C1083: Cannot open include file: 'stdboo
l.h': No such file or directory
error: command '"C:UsersMohammadAppDataLocalProgramsCommonMicrosoftV
isual C++ for Python9.0VCBinamd64cl.exe"' failed with exit status 2
----------------------------------------
Command "C:Python27python.exe -c "import setuptools, tokenize;__file__='c:
\users\mohammad\appdata\local\temp\pip-build-y3whx6\libwapiti\setup.py';
exec(compile(getattr(tokenize, 'open', open)(__file__).read().replace('
', '
n'), __file__, 'exec'))" install --record c:usersmohammadappdatalocalempp
ip-m_wrwt-recordinstall-record.txt --single-version-externally-managed --compil
e" failed with error code 1 in c:usersmohammadappdatalocalemppip-build-y3
whx6libwapiti
and when I use command:"python ./setup.py" these errors show up:
C:UsersMohammadDesktopTerm 6AIAI ProjectOPERATEhazm-masterhazm-master>p
ython ./setup.py
C:Python27libdistutilsdist.py:267: UserWarning: Unknown distribution option:
'install_requires'
warnings.warn(msg)
usage: setup.py [global_opts] cmd1 [cmd1_opts] [cmd2 [cmd2_opts] ...]
or: setup.py --help [cmd1 cmd2 ...]
or: setup.py --help-commands
or: setup.py cmd --help
error: no commands supplied
See Question&Answers more detail:
os 与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…