bitcraze / crazyflie-clients-python

Host applications and library for Crazyflie written in Python.
Other
305 stars 468 forks source link

Use dependecy specificaion for setup.py #649

Closed krichardsson closed 1 year ago

krichardsson commented 1 year ago

There have been problems with installing platform dependencies. This PR changes the current implementation to use dependency specifications instead.

Related to #592 and #639 (a documentaiton work around)

karlscholz commented 1 year ago

I can confirm that it works when installing from source, thank you! :) Not from pip, but I guess that's not updated yet.

krichardsson commented 1 year ago

Great! No, there is no release yet so it makes sense that pip does not work. Thanks for testing!

karlscholz commented 1 year ago

perfect, you're welcome :)