USC-ACTLab / crazyswarm

A Large Quadcopter Swarm
MIT License
319 stars 316 forks source link

build.sh issue #770

Closed yzpd closed 9 months ago

yzpd commented 11 months ago

Hi,

I forgot to export CSW_PYTHON=python3 before running the "./build.sh". So I got this error: Makefile:7: *** Environment variable CSW_PYTHON must be set to "python2" or "python3". Then I set the CSW_PYTHON=python3 (I run echo $CSW_PYTHON will show python3). But if I run "./build.sh", this error will come up again. My system is Ubuntu 20.04. I want to install Crazyswam. Could you give me some advice?