[Libre-soc-dev] ModuleNotFoundError: No module named 'soc.decoder.isa.all'

Cole Poirier colepoirier at gmail.com
Thu Oct 8 19:56:08 BST 2020


On Thu, Oct 8, 2020 at 11:54 AM Tobias Platen
<libre-soc at platen-software.de> wrote:
>
> I think i've forgotten something, but I don't remember what.
> To test I've run:
>
> cd soc
> make gitupdate
> python3 setup.py develop
> python src/soc/decoder/pseudo/pywriter.py
> cd src/soc/fu/mmu/test
> python3 test_pipe_caller.py
>
> Then I get the following error
>
> Traceback (most recent call last):
>   File "test_pipe_caller.py", line 15, in <module>
>     from soc.decoder.isa.all import ISA
> ModuleNotFoundError: No module named 'soc.decoder.isa.all'

Does running `git pull` manually produce anything?

Cole



More information about the Libre-soc-dev mailing list