Error while installing CPLEX 12.6 for Python

人盡茶涼 提交于 2019-12-25 12:03:11

问题


I am trying to install CPLEX for python from the setup.py file existing in ILOG directory. I am working on windows 8 32bit and python 2.7. I am using this command for installing:

python setup.py install

But I get this error,

error: could not create 'build': access is denied. 

Is it due to the permission? How can I fix this? thanks


回答1:


I have no idea about CPLEX but processes in windows8 usually don't get write access to certain directories.

You could try to make your call "python setup.py install" in a cmd started as adminstrator, for example: windows key, search "cmd", right click, "run as adminstrator" ...



来源:https://stackoverflow.com/questions/23362217/error-while-installing-cplex-12-6-for-python

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!