litex-hub / linux-on-litex-vexriscv

Linux on LiteX-VexRiscv
BSD 2-Clause "Simplified" License
550 stars 174 forks source link

No Module Found #388

Closed jjagielo closed 3 weeks ago

jjagielo commented 3 weeks ago

I am trying to run the following using the _linux_2022_0323.zip:

./sim.py

However, when running it, I am met with this error message:

image

I followed the instructions, so I'm unsure how this is occurring. Is there something I need to change with the directory hierarchy? The directory does exist and seems to have all the necessary contents.

image

jjagielo commented 3 weeks ago

Seemed to be that one of the prior scripts didn't run

setup.py

for all the necessary modules, so it can be fixed by running

sudo python3 setup.py install

in all the necessary modules.