You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.
Not 100% sure what it's trying to do, but it's not working here :
File "/home/tnt/projects/fpga/nmigen/nmigen/back/verilog.py", line 1, in <module>
from .._yosys import *
File "/home/tnt/projects/fpga/nmigen/nmigen/_yosys.py", line 21, in <module>
import importlib_resources # py3.6- shim
ModuleNotFoundError: No module named 'importlib_resources'
$ python -V
Python 3.7.6
The text was updated successfully, but these errors were encountered:
Not 100% sure what it's trying to do, but it's not working here :
The text was updated successfully, but these errors were encountered: