Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Error while installing CPLEX 12.6 for Python

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

like image 812
m.akbari Avatar asked Aug 24 '26 06:08

m.akbari


1 Answers

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" ...

like image 54
Kuishi Avatar answered Aug 26 '26 21:08

Kuishi



Donate For Us

If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!