我正在尝试从 ILOG 目录中存在的 setup.py 文件安装 CPLEX for python。我正在使用 Windows 8 32 位和 python 2.7。我正在使用此命令进行安装:
python setup.py install
Run Code Online (Sandbox Code Playgroud)
但我收到这个错误,
error: could not create 'build': access is denied.
Run Code Online (Sandbox Code Playgroud)
是因为权限吗?我怎样才能解决这个问题?谢谢