vista-simulator / vista

Data-driven simulation for training and evaluating full-scale autonomous vehicles.
https://vista.csail.mit.edu
Other
379 stars 88 forks source link

Trying to get the installation done in Jupyter Notebook #8

Open mreece813 opened 2 years ago

mreece813 commented 2 years ago

I have done !py -m pip install vista to install vista. When i try to do import vista i am getting this error.

image

If you have any idea how to get pass this error that would be amazing cause i am stuck at the moment. all of the other dependencies are installed. if you also have an idea for a better ide for this that would be great too. not a big fan of jupyter notebook.

MarkCodering commented 2 years ago

@mreece813. Hi there, you could import the vista module as the following,

import vista