colineRamee / UTM_simulator

A tool to compare different UTM architectures and deconfliction algorithms
MIT License
1 stars 1 forks source link

Installation failed #1

Closed linxuan74 closed 2 years ago

linxuan74 commented 2 years ago

hi,I'm sorry to bother you, but I really have a problem that I can't solve by myself. When I use 'python setup.py install' to install,it always shows the same error:(I posted a screenshot below) image

colineRamee commented 2 years ago

In the setup.py try replacing gurobi by gurobipy

linxuan74 commented 2 years ago

Thank you very much.! With your help, I have solved this problem.