python - Install package error.(cl.exe) -
i tried install python package simpeg(by setup.py install)
error:
error: setup script exited error: command "cl.exe /c /nologo /ox /w3 /gl /d ndebug /md -ic:\users\hp\appdata\local\programs\python\python36\lib\site-package s\numpy\core\include -ic:\users\hp\appdata\local\programs\python\python36\lib\si te-packages\numpy\core\include -ic:\users\hp\appdata\local\programs\python\pytho n36\include -ic:\users\hp\appdata\local\programs\python\python36\include /tcdisc retize\treeutils.c /fobuild\temp.win-amd64-3.6\release\discretize\treeutils.obj" failed exit status 127
c++ builder installed. need help. thanks.
i had similar issue, , installing http://landinghub.visualstudio.com/visual-cpp-build-tools solved issue.
Comments
Post a Comment