I tried to install CommonRoad Geometric via pip as stated on the website (pip install crgeo), but am getting the following when trying to load a dataset.
import torch
torch.load('data-0032-0000.pt')
Error:
ModuleNotFoundError: No module named 'commonroad_geometric.dataset'
I also tried to clone the repo and then run a pip install .. Apparently the package is named commonroad_geometric instead of crgeo then, but I'm still getting an error.
from commonroad_geometric.dataset.commonroad_dataset import CommonRoadDataset
Error:
ModuleNotFoundError: No module named 'commonroad_geometric.dataset'
I tried to install CommonRoad Geometric via pip as stated on the website (
pip install crgeo
), but am getting the following when trying to load a dataset.Error:
I also tried to clone the repo and then run a
pip install .
. Apparently the package is namedcommonroad_geometric
instead ofcrgeo
then, but I'm still getting an error.Error:
Also, the module seems to be empty: