Page 1 of 1
install problems of crazyswarm
Posted: Sun Aug 08, 2021 12:53 pm
by gpczygpczy
Hello everybody. When I install the environment of the crazyswarm follows the
https://crazyswarm.readthedocs.io/en/la ... ation.html, but, when I run the $CSW_PYTHON -m pytest, it reported an error

. How can I solve it? I would be very grategul if you can help me.
Re: install problems of crazyswarm
Posted: Mon Aug 09, 2021 4:03 am
by jonasdn
Crazyswarm is not a Bitcraze project so it is not always sure you will get an answer here, a better bet would be to file a GitHub issue at
https://github.com/USC-ACTLab/crazyswarm
But. This is a Python issue, you do not have the pytest python module installed, this can be fixed by running something like:
Re: install problems of crazyswarm
Posted: Tue Aug 24, 2021 6:37 am
by gpczygpczy
Thank you for your reply!
