Default Plugins Import Error
When attempting to run plugins such as the dataflow analysis or netlist simulator plugins, I get the following error:
At:
I am currently running HAL through WSL2 if that makes any difference. When building I made sure to include the flag '-DBUILD_ALL_PLUGINS=1' and even attempted to build each plugin manually.
Steps to reproduce the behavior:
- Go to Help
- Click on Plugins Manager
- Enable given plugins
- Back to netlist
- Attempt to run plugin
I expect normally for the plugins to run without error and provide some sort of output or save a file in a given directory.
OS: Windows 11; WSL (Ubuntu 22.04) Python v3.10.12
Hi @MatthewLabrada , thank for your report. Can you please provide the following additional information :
- Can you verify that the 'dataflow' - plugin has been build and that the shared library is residing in the directory
$HAL_BASE_PATH/lib/hal_plugins? - When you enable the plugin (your step 3), are there any warnings or errors in the log ?
- What exactly are you doing at your step 5? If it is a Python script you are running, can you please show the codelines?
- Is it possible to open a netlist in GUI, enter Plugin Manager again and execute the GUI-extension for 'dataflow'-plugin ?
Closing issue due to lack of additional information