tud-amr / multi-robot-fabrics

Multi-robot local motion planning using dynamic optimization fabrics.
23 stars 2 forks source link

installation error #11

Open xuhuairuogu opened 2 weeks ago

xuhuairuogu commented 2 weeks ago

platform: Ubuntu 18.04.3 LTS + ros melodic installation procedure: 1. git clone multi-robot-fabrics repository

  1. cd multi-robot-fabrics
  2. poetry install problem: -- Installing embreex (2.17.7.posts5) : Failed RuntimeError Unable to find installation candidates for embreex (2.17.7.posts5)
xuhuairuogu commented 2 weeks ago

Could you please provide the information of the platform on which the software package works? Many thanks

xuhuairuogu commented 2 weeks ago

I have tried to create a python 3.9.20 environment in Anaconda3 and run poetry in it on Win11, Ubuntu 24.04 and Ubuntu 18.04. Only the former two are successful. So, I suggest to add platform requirement ">Ubuntu 18.04" in the readme file.