Closed dalyles closed 7 months ago
It looks like you are using mambaforge
, a Python package manager. Are you sure you have installed the requirements in the active environment from which you are trying to call the distributed.py
script?
From my understanding, I always source env.sh
so that everything runs smoothly. This is the first time I've come across this issue in all the times I've been running distributed.py
I did an update on numpy in Mambaforge
however it still gives the same messsage.
@dalyles This seems like a syntax error. Can you try np.asarray
in place of np.adarray
in the distributed.py
source code?
Subject
[Documentation] for documentation errors.
Describe the bug
I'm currenlty running the Autotuner but have been impeded by this message. I didn't modify any script files either.
Why would an error like this show up when there has not been an inssue in the past?
Thank you
Expected Behavior
The Autotuner should execute.
Environment
To Reproduce
To reproduce I used this command:
python3 distributed.py --design picorv32 --platform sky130hs --config ../designs/sky130hs/picorv32/autotuner.json tune
Relevant log output
No response
Screenshots
No response
Additional Context
No response