I followed the tip in ‘How to get the latest Version of myhdl’ but it seems i did not succeed.
(I renew the topic here)
I uninstalled myhdl first.
then i did as proposed (in a virtual environment called installation):
(installation) PS C:\Users\Stefan\Desktop\svn\installation> pip install git+https://github.com/myhdl/myhdl.git@master
Collecting git+https://github.com/myhdl/myhdl.git@master
Cloning GitHub - myhdl/myhdl: The MyHDL development repository (to revision master) to c:\users\stefan\appdata\local\temp\pip-req-build-dmwuojv8
Running command git clone --filter=blob:none --quiet GitHub - myhdl/myhdl: The MyHDL development repository ‘C:\Users\Stefan\AppData\Local\Temp\pip-req-build-dmwuojv8’
Resolved GitHub - myhdl/myhdl: The MyHDL development repository to commit b85c1668c1cb70ea9c3331a379d9aecff998b6c5
Preparing metadata (setup.py) … done
Building wheels for collected packages: myhdl
Building wheel for myhdl (setup.py) … done
Created wheel for myhdl: filename=myhdl-0.11-py3-none-any.whl size=153946 sha256=e731e1ff1ee453d5d5018aed74e1264ce8cf4e169e099ed089a4827cc628c5c2
Stored in directory: C:\Users\Stefan\AppData\Local\Temp\pip-ephem-wheel-cache-r9m3mi1_\wheels\44\1c\ff\6da836d88c569b4b80ec11145054f2f88dc1c94bba52cedde1
Successfully built myhdl
Installing collected packages: myhdl
Successfully installed myhdl-0.11
→ So this reinstalled good old myhdl-0.11
Are there any more suggestions on how to get the latest Version?