You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When attempting to run plugins such as the dataflow analysis or netlist simulator plugins, I get the following error:
ImportError: cannot import name 'dataflow' from 'hal_plugins' (/home/user/hal/build/lib/hal_plugins/__init__.py)
At:
(2):
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
The text was updated successfully, but these errors were encountered:
When attempting to run plugins such as the dataflow analysis or netlist simulator plugins, I get the following error:
ImportError: cannot import name 'dataflow' from 'hal_plugins' (/home/user/hal/build/lib/hal_plugins/__init__.py)At:
(2):
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:
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
The text was updated successfully, but these errors were encountered: