install problems of crazyswarm

Discussions and questions about the Crazyflie Nano Quadcopter
Post Reply
gpczygpczy
Beginner
Posts: 10
Joined: Tue Jan 12, 2021 11:00 am

install problems of crazyswarm

Post 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 Image. How can I solve it? I would be very grategul if you can help me.
Attachments
ZKE9@][VK5}CRSH4L8}2)}W.png
jonasdn
Expert
Posts: 132
Joined: Mon Mar 01, 2021 3:13 pm

Re: install problems of crazyswarm

Post 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:

Code: Select all

pip install pytest
gpczygpczy
Beginner
Posts: 10
Joined: Tue Jan 12, 2021 11:00 am

Re: install problems of crazyswarm

Post by gpczygpczy »

Thank you for your reply! :D
Post Reply