Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Py 3.7: ModuleNotFoundError: No module named 'importlib_resources' #414

Closed
smunaut opened this issue Jun 28, 2020 · 3 comments
Closed

Py 3.7: ModuleNotFoundError: No module named 'importlib_resources' #414

smunaut opened this issue Jun 28, 2020 · 3 comments

Comments

@smunaut
Copy link
Contributor

smunaut commented Jun 28, 2020

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
@whitequark
Copy link
Member

Can you run pip3 install -e . in your nmigen checkout?

@whitequark
Copy link
Member

This is same as #407 I believe.

@smunaut
Copy link
Contributor Author

smunaut commented Jun 28, 2020

😓 Doh, sorry for the noise.

@smunaut smunaut closed this as completed Jun 28, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Development

No branches or pull requests

2 participants