[Libre-soc-bugs] [Bug 395] Latest nMigen causing ModuleNotFoundError's f28a3e65ca5ebaa5

bugzilla-daemon at libre-soc.org bugzilla-daemon at libre-soc.org
Wed Jun 24 16:00:15 BST 2020


https://bugs.libre-soc.org/show_bug.cgi?id=395

--- Comment #2 from Luke Kenneth Casson Leighton <lkcl at lkcl.net> ---
(In reply to Cole Poirier from comment #0)

>   File "/home/colepoirier/src/nmigen/nmigen/_yosys.py", line 21, in <module>
>     import importlib_resources # py3.6- shim
> ModuleNotFoundError: No module named 'importlib_resources'
> ```

this is because the module does not exist because it is listed in
the setup.py dependencies which you had not run.

as a new additional dependency, because you had not run "python3 setup.py
develop", that python library had not yet been installed.

when you ran develop, it called "pip3 install importlib_resources" on
discovering that the dependency was not installed.

-- 
You are receiving this mail because:
You are on the CC list for the bug.


More information about the libre-soc-bugs mailing list