[Libre-soc-dev] Error while trying to install nmigen
Luke Kenneth Casson Leighton
lkcl at lkcl.net
Thu May 12 14:26:02 BST 2022
On Thu, May 12, 2022 at 12:30 PM Santhosh Kumar V V . via
Libre-soc-dev <libre-soc-dev at lists.libre-soc.org> wrote:
>
> Hi, I am trying to install nmigen and I get these error messages.
>
> Traceback (most recent call last):
> File "setup.py", line 60, in <module>
> "Documentation": "https://nmigen.info/nmigen/{}".format(doc_version()),
> File "setup.py", line 23, in doc_version
that's an incredibly strange error which, after some investigation
tells me that you have *NOT* obtained nmigen. you have in fact
downloaded a Trademark-infringing product, by mistake.
> Is there any solution for this?
use the legal version of nmigen which you can download from here:
https://gitlab.com/nmigen
you can run these commands:
git clone https://gitlab.com/nmigen/nmigen.git
git clone https://gitlab.com/nmigen/nmigen-boards.git
or you can use these devscripts:
https://libre-soc.org/HDL_workflow/devscripts/
l.
More information about the Libre-soc-dev
mailing list