[Libre-soc-dev] Libre-soc Environment Installation

Luke Kenneth Casson Leighton lkcl at lkcl.net
Tue Jun 14 14:02:34 BST 2022


---
crowd-funded eco-conscious hardware: https://www.crowdsupply.com/eoma68

On Tue, Jun 14, 2022 at 1:20 PM Luke Kenneth Casson Leighton
<lkcl at lkcl.net> wrote:
> On Tue, Jun 14, 2022 at 12:44 PM Santhosh Kumar V V . via
> Libre-soc-dev <libre-soc-dev at lists.libre-soc.org> wrote:

> > I tried installing VCD from pip3 but the error persists still.
>
> you should not have needed to do that (and in fact if you did, it was
> the latest version, which is definitely the wrong version)

i have run the hdl-dev-repos script and it performs the correct
task:

....
Installed /home/lkcl/src/nmigen
Processing dependencies for nmigen==0.1.dev1174+g464a3d8
...
...
Searching for pyvcd~=0.2.2
Reading https://pypi.org/simple/pyvcd/
Downloading https://files.pythonhosted.org/packages/3f/45/844732ef3fa916478381c8a71cca2215c391e32fc5c09b860e34737696ba/pyvcd-0.2.4-py2.py3-none-any.whl#sha256=c40b0e586a74cddaf82e6989f0168ae7f9b4f182a9a106a0da9df0d11a9c6b3b
Best match: pyvcd 0.2.4
Processing pyvcd-0.2.4-py2.py3-none-any.whl
Installing pyvcd-0.2.4-py2.py3-none-any.whl to
/usr/local/lib/python3.7/dist-packages
Adding pyvcd 0.2.4 to easy-install.pth file

Installed /usr/local/lib/python3.7/dist-packages/pyvcd-0.2.4-py3.7.egg


this functions correctly and performs the correct install:

(cleansoc3)root at fizzy:/home/lkcl/dev-env-setup# python3
Python 3.7.3 (default, Jan 22 2021, 20:04:44)
[GCC 8.3.0] on linux
Type "help", "copyright", "credits" or "license" for more information.
>>> import vcd
>>> dir(vcd)
['VCDPhaseError', 'VCDWriter', '__all__', '__builtins__', '__cached__', '__doc__
', '__file__', '__loader__', '__name__', '__package__', '__path__', '__spec__',
'writer']
>>>


are you *absolutely* certain that you are following precisely, exactly
*and only*
the commands as listed, explicitly, to the letter, without deviation,
from this page?

     https://libre-soc.org/HDL_workflow/devscripts/

l.



More information about the Libre-soc-dev mailing list