KumarRobotics / CoverageControl

Environment for coverage control and learning using GNN
https://kumarrobotics.github.io/CoverageControl/
GNU General Public License v3.0
12 stars 2 forks source link

Errors encountered when using pytest #2

Closed wahaha-1 closed 4 months ago

wahaha-1 commented 4 months ago

Errors encountered when using pytest: The following are error reports and environmental dependencies I installed, as well as screenshots that are inconsistent with the error reports. 425.txt errors425.txt 1f5a1384-cd78-47d3-b2e9-986a6b90abc4

AgarwalSaurav commented 4 months ago

Can you try:

python -c "import coverage_control; print(coverage_control.__version__)"

and

python -m pytest

If these work, you are good to go.

wahaha-1 commented 4 months ago

Thank you so much for your reply, I'll try it soon.

wahaha-1 commented 4 months ago

I installed seabron and matplotlib according to the prompts and it still didn't work, but I re-executed pip install . in the CoverageControl folder and then executed pytest without an error (only warning). I reasonably suspect that it is because pytorch was not installed when pip install . was executed for the first time. and PyTorch Geometric. Great, I'm off to the next step!!!!! Building the Core C++ Library 70392996-d1f0-47c6-900e-fb7d0e2997ef 78a635a4-077d-43e0-99dd-8dcfa3aba5c7