我想將 CPLEX 與 Python 結(jié)合使用。我添加了路徑C:\Program Files\IBM\ILOG\CPLEX_Studio_Community129\cplex\python\3.7\x64_win64到系統(tǒng)但是import cplex它不工作。它只有在我明確地在程序中添加路徑時(shí)才有效,即:import sys
sys.path.append('C:/Program Files/IBM/ILOG/CPLEX_Studio_Community129/cplex/python/3.7/x64_win64')
import cplex您知道為什么將路徑直接添加到系統(tǒng)變量不起作用嗎?
Python 中的 CPLEX 路徑
月關(guān)寶盒
2023-02-22 15:45:51