This program is licensed under the BSD-3 license. See the LICENSE file for details.
Components of this program may be licensed under more restrictive licenses which must be honored.
Traceback (most recent call last):
File "/openlane/scripts/generate_reports.py", line 20, in <module>
import utils.utils as utils
File "/openlane/scripts/utils/utils.py", line 18, in <module>
import pandas as pd
ModuleNotFoundError: No module named 'pandas'
I keep getting error when i try to harden the design using make user_project_wrapper. any thing on this please?