-
Notifications
You must be signed in to change notification settings - Fork 1.1k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
./build-setup.sh errors in chipyard flow #3663
Comments
ucb-bar/chipyard#1970 might have fixed this issue. I would try on a newer version of Chipyard. |
I was able to resolve the urllib3 issue by updating to the correct version with the below command. And I am on the latest version of chipyard as shown below.
However I still see the following error with the './build-setup.sh riscv-tools' command. Please clarify. build-setup.sh error ERROR: Failed to build workload br-base.json |
You can skip the FireMarshal setup (our SW build tool) if you are just running Rocket Chip builds. See the |
Thank you, By skipping the Firemarshal setup the build went through successfully. |
For building chipyard based rocket-chip, I followed the instructions from https://chipyard.readthedocs.io/en/latest/Chipyard-Basics/Initial-Repo-Setup.html#initial-repository-setup.
Installed Conda with the following steps:
curl -L -O "https://github.com/conda-forge/miniforge/releases/latest/download/Miniforge3-$(uname)-$(uname -m).sh"
bash Miniforge3-$(uname)-$(uname -m).sh
conda install -n base conda-libmamba-solver
conda config --set solver libmamba
conda activate base
Cloned repo succesfully with the following steps:
git clone https://github.com/ucb-bar/chipyard.git
cd chipyard
But the ./build-setup.sh riscv-tools command gives following error. Please clarify.
**
Downloading and Extracting Packages: ...working... done
Preparing transaction: ...working... done
Verifying transaction: ...working... done
Executing transaction: ...working... done
To activate this environment, use
$ conda activate /home/dgangana/rocketchip/chipyard/.conda-lock-env
To deactivate an active environment, use
$ conda deactivate
Channels:
conda-forge
Platform: linux-64
Collecting package metadata (repodata.json): ...working... done
Solving environment: ...working... failed
LibMambaUnsatisfiableError: Encountered problems while solving:
package conda-lock-2.5.7-pyhd8ed1ab_0 requires urllib3 >=1.26.5,<2.0, but none of the providers can be installed
Could not solve for environment specs
The following packages are incompatible
├─ conda-lock 2.5.7** is installable and it requires
│ └─ urllib3 >=1.26.5,<2.0 , which can be installed;
└─ urllib3 2.2.1.* is not installable because it conflicts with any installable versions previously reported.
build-setup.sh: Build script failed with exit code 1 at step 1: Conda environment setup
(base) dgangana@Eva:~/rocketchip/chipyard$
The text was updated successfully, but these errors were encountered: