Cocotb installation issue
See original GitHub issueHello , I am facing issues installing cocotb as I am checking for cocotb -config --version , I have following enviroment specs.
- windows 10 (64 bit),
- I have installed icarus verilog (64 bit),
- I am using Pycharm with python version 3.9.5 .
The Error showing is :
$ make
Traceback (most recent call last):
File "c:\python\lib\runpy.py", line 197, in _run_module_as_main
return _run_code(code, main_globals, None,
File "c:\python\lib\runpy.py", line 87, in _run_code
exec(code, run_globals)
File "C:\python\Scripts\cocotb-config.exe\__main__.py", line 4, in <module>
File "c:\python\lib\site-packages\cocotb\__init__.py", line 43, in <module>
import cocotb.handle
File "c:\python\lib\site-packages\cocotb\handle.py", line 38, in <module>
from cocotb import simulator
ImportError: DLL load failed while importing simulator: The specified module could not be found.
Makefile:47: /Makefile.sim: No such file or directory
make: *** No rule to make target '/Makefile.sim
Issue Analytics
- State:
- Created 2 years ago
- Comments:22 (11 by maintainers)
Top Results From Across the Web
Installation — cocotb 1.7.2 documentation
Using cocotb requires installation of prerequisites and installation of cocotb itself. In this document, we are assuming that you already have a supported ......
Read more >How does one install cocotb-bus? · Issue #21 - GitHub
I'm trying to use setup.py but when I do: $ python3.6 setup.py build --build-lib /scratch/tstrader/cocotb-bus and then run a test, ...
Read more >pip install cocotb ask me for visual C++ compiler installation
It seems to be a verilator install error. I don't need verilator, maybe there is an option to not install it ? python...
Read more >cocotb - PyPI
After installing these dependencies, the latest stable version of cocotb can be installed with pip. pip install cocotb. For more details on installation, ......
Read more >cocotb/Lobby - Gitter
i am facing problem with linux mint installation in a virtual box and windows ... Hi, i tried to install cocotb on windows...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
@Future-progrmer
cocotb-config
is a single word. I also doubt you will be able to callcocotb-config
directly since Windows does not add theScripts
directly to the PATH. If that command does not work, trypython -m cocotb.config --version
.I have reinstalled cocotb and try to run a test from C:\cocotb-master\examples\adder\tests