CommonRoad / crgeo

Graph neural networks for autonomous driving
https://commonroad.in.tum.de/tools/commonroad-geometric
BSD 3-Clause "New" or "Revised" License
33 stars 3 forks source link

A lack of dependency checking #7

Open Boronx opened 2 months ago

Boronx commented 2 months ago

Only the python and torch versions to be installed are stated, there are no requirements for other library versions. There seems to be a lack of dependency checking.

[using pip install crgeo seems to have the checking, but I met some issue with the building wheels for commonroad-drivability-checker(setup.py), it returns later some issue related to cmake, but I can install it manually, so i intsall crgeo by git clone and env create]

I use pip install commonroad-all to install commonroad packages , and debugged some import issues which seems to be caused by the update of packages.

So, could you please update the environment.yaml file with the statement of other packages' versions? Thanks alot!

Wenbo