dotchen / LAV

(CVPR 2022) A minimalist, mapless, end-to-end self-driving stack for joint perception, prediction, planning and control.
https://dotchen.github.io/LAV/
Apache License 2.0
397 stars 68 forks source link

conda couldn't find the module named 'lav') #40

Open viola521 opened 1 year ago

viola521 commented 1 year ago

I have configure the environment of conda and other things,I can run the Privileged Motion Planning,Semantic Segmentation,RGB Braking Prediction,Point Painting,Full Models Perception Pre-training correctly,but when I restart the computer and reactivate the conda envrionment,End-to-end Training :python -m lav.train_full could not find the module.

the error is /home/violayu/miniconda3/envs/LAV-env/bin/python: Error while finding module specification for 'lav.train_full' (ModuleNotFoundError: No module named 'lav')

Sidd131202 commented 1 year ago

same issue: ModuleNotFoundError: No module named 'lav'

can anyone please help out with this.