enjoy-digital / litex

Build your hardware, easily!

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

OSError: Unable to find valid Meson build system, please install it with: - pip3 install meson.

PrabhanjanSangam opened this issue · comments

As per the guide I followed all the steps,but when I typed the command : $ litex_sim --cpu-type=vexriscv

I got the above error:
Traceback (most recent call last):
File "/home/prabhanjan/.local/bin/litex_sim", line 33, in
sys.exit(load_entry_point('litex', 'console_scripts', 'litex_sim')())
File "/home/prabhanjan/litex/litex/tools/litex_sim.py", line 476, in main
builder.build(
File "/home/prabhanjan/litex/litex/soc/integration/builder.py", line 337, in build
self._check_meson()
File "/home/prabhanjan/litex/litex/soc/integration/builder.py", line 258, in _check_meson
raise OSError(msg)
OSError: Unable to find valid Meson build system, please install it with:

  • pip3 install meson.

Even though I have meson version 1.2.2 .

Help required.

It likely is unable to find the installation, check where pip3 installs your user libraries to and add the folder to your PATH environment variable.

Thank you it helped.