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

No module named 'jtagtap' #1

Open
AntonBabushkin opened this issue Jun 7, 2019 · 0 comments
Open

No module named 'jtagtap' #1

AntonBabushkin opened this issue Jun 7, 2019 · 0 comments

Comments

@AntonBabushkin
Copy link

Hi,
It seems some dependencies are missing.
Could you please double check.
Thanks.

Execution log:

C:\Users\anton\OneDrive\Desktop\RISC-V\minerva>python build.py > minerva.v
Traceback (most recent call last):
File "build.py", line 3, in
from minerva.core import Minerva
File "C:\Users\anton\OneDrive\Desktop\RISC-V\minerva\minerva\core.py", line 14, in
from .units.debug import *
File "C:\Users\anton\OneDrive\Desktop\RISC-V\minerva\minerva\units\debug_init_.py", line 1, in
from .top import *
File "C:\Users\anton\OneDrive\Desktop\RISC-V\minerva\minerva\units\debug\top.py", line 4, in
from jtagtap import JTAGTap
ModuleNotFoundError: No module named 'jtagtap'

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant