riscv-software-src / riscof

BSD 3-Clause "New" or "Revised" License
64 stars 41 forks source link

Swerv EH1 Core Compliance Test #23

Closed YeuzhiHere closed 3 years ago

YeuzhiHere commented 3 years ago

I want to do compliance test for Swerv EH1 Core using riscof. But I got following error after installing riscof and running "riscof --help" Riscof

Please guide and resolve this issue.

regards

pawks commented 3 years ago

Could you please post the details of the environment you are using and also the output of the pip list command.

YeuzhiHere commented 3 years ago

Yeah, I am using Ubuntu 20.04. And output for pip list is; riscof1 riscof2 riscof3 riscof4

pawks commented 3 years ago

Upgrading the version of click to the latest should fix your error. Try the following command: pip install -U click

YeuzhiHere commented 3 years ago

Ok