-
Notifications
You must be signed in to change notification settings - Fork 67
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
Assertion error when running fusesoc simulation #67
Comments
Hmm... I haven't seen an error like this before. Looking at the error message it seems like there is something strange with the installation of edalize. Could you try running |
It says: "ImportError: No module named edalize". |
Ok, this just gets more and more strange :) |
It says that requirement is already satisfied: |
**james@james-VirtualBox: /SweRVolf$ fusesoc run --target=nexys_a7 veerwolf even install edalize , the error message happen assert loader is not None, "A loader was not found for the package." package_name: edalize Could you help me to resolve the problem, thanks** |
I got the same problem ,when I was running python -c "import edalize;print(edalize.package)" ,I got edalize.Can you give me some advice about what I can do to resolve the problem? |
Im using ubuntu 18.04 in WLS. When running the command : sudo fusesoc run --target=sim veerwolf, I get the following error:
INFO: Generating ::veerwolf-veer_eh1_default_config:0.7.5
Traceback (most recent call last):
File "/usr/local/bin/fusesoc", line 11, in
load_entry_point('fusesoc==2.2.1', 'console_scripts', 'fusesoc')()
File "/usr/local/lib/python3.6/dist-packages/fusesoc/main.py", line 766, in main
fusesoc(args)
File "/usr/local/lib/python3.6/dist-packages/fusesoc/main.py", line 756, in fusesoc
args.func(cm, args)
File "/usr/local/lib/python3.6/dist-packages/fusesoc/main.py", line 305, in run
args.resolve_env_vars_early,
File "/usr/local/lib/python3.6/dist-packages/fusesoc/main.py", line 436, in run_backend
backend = backend_class(edam=edam, work_root=work_root, verbose=verbose)
File "/usr/local/lib/python3.6/dist-packages/edalize/edatool.py", line 182, in init
loader=PackageLoader(package, "templates"),
File "/usr/local/lib/python3.6/dist-packages/jinja2/loaders.py", line 291, in init
assert loader is not None, "A loader was not found for the package."
AssertionError: A loader was not found for the package.
Any idea on how to fix it?
The text was updated successfully, but these errors were encountered: