[Libre-soc-dev] ModuleNotFoundError: No module named 'soc.decoder.isa.all'
    Tobias Platen 
    libre-soc at platen-software.de
       
    Thu Oct  8 19:54:05 BST 2020
    
    
  
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'
-- 
Tobias Platen <libre-soc[at]platen-software[dot]de>
    
    
More information about the Libre-soc-dev
mailing list