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

unknow location for get_edatools from edalize #648

Open
bigjr-mkkong opened this issue Oct 3, 2023 · 1 comment
Open

unknow location for get_edatools from edalize #648

bigjr-mkkong opened this issue Oct 3, 2023 · 1 comment

Comments

@bigjr-mkkong
Copy link

bigjr-mkkong commented Oct 3, 2023

I've tried to install fusesoc 1.12.0-3 from my package manager(pacman) and received the following error message:

File "/usr/lib/python3.11/site-packages/fusesoc/main.py", line 24, in <module>
    from edalize import get_edatool
ImportError: cannot import name 'get_edatool' from 'edalize' (unknown location)

I found that under edalize 0.5.0-2 version, the only way to use get_edatool() function is by using

from edalize.edatool import get_edatool

instead of

from edalize import get_edatool

Please fix this problem in the main repo

@olofk
Copy link
Owner

olofk commented Oct 10, 2023

FuseSoC 1.12 is only compatible with older versions of Edalize. It would be great if we could get FuseSoC 2.2 packaged instead but I'm not sure who to contact about that. Perhaps you can install through pip in the meantime?

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

2 participants