We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Release: stable
$ uname -a Linux 192.168.0.101 4.18.0-425.3.1.el8.x86_64 #1 SMP Tue Nov 8 14:08:25 EST 2022 x86_64 x86_64 x86_64 GNU/Linux
$ lsb_release -a LSB Version: :core-4.1-amd64:core-4.1-noarch:cxx-4.1-amd64:cxx-4.1-noarch:desktop-4.1-amd64:desktop-4.1-noarch:languages-4.1-amd64:languages-4.1-noarch:printing-4.1-amd64:printing-4.1-noarch Distributor ID: AlmaLinux Description: AlmaLinux release 8.7 (Stone Smilodon) Release: 8.7 Codename: StoneSmilodon
Ex: Prior steps taken / Documentation Followed / etc...
(base) notooth@192:Downloads$ git clone https://github.com/ucb-bar/chipyard.git (base) notooth@192:Downloads$ cd chipyard (base) notooth@192:chipyard$ git checkout stable (base) notooth@192:chipyard$ ./build-setup.sh riscv-tools ... pydantic.error_wrappers.ValidationError: 2 validation errors for Lockfile package -> 383 -> optional field required (type=value_error.missing) package -> 387 -> optional field required (type=value_error.missing)
build successfully
I got this error when building the package. Can anyone help me fix it?
The text was updated successfully, but these errors were encountered:
+1 I am seeing the same thing on my end.
Sorry, something went wrong.
Seems to be the same as this issue: #1488
Trying the solution there momentarily.
No branches or pull requests
Background Work
Chipyard Version and Hash
Release: stable
OS Setup
$ uname -a
Linux 192.168.0.101 4.18.0-425.3.1.el8.x86_64 #1 SMP Tue Nov 8 14:08:25 EST 2022 x86_64 x86_64 x86_64 GNU/Linux
$ lsb_release -a
LSB Version: :core-4.1-amd64:core-4.1-noarch:cxx-4.1-amd64:cxx-4.1-noarch:desktop-4.1-amd64:desktop-4.1-noarch:languages-4.1-amd64:languages-4.1-noarch:printing-4.1-amd64:printing-4.1-noarch
Distributor ID: AlmaLinux
Description: AlmaLinux release 8.7 (Stone Smilodon)
Release: 8.7
Codename: StoneSmilodon
Other Setup
Ex: Prior steps taken / Documentation Followed / etc...
Current Behavior
(base) notooth@192:Downloads$ git clone https://github.com/ucb-bar/chipyard.git
(base) notooth@192:Downloads$ cd chipyard
(base) notooth@192:chipyard$ git checkout stable
(base) notooth@192:chipyard$ ./build-setup.sh riscv-tools
...
pydantic.error_wrappers.ValidationError: 2 validation errors for Lockfile
package -> 383 -> optional
field required (type=value_error.missing)
package -> 387 -> optional
field required (type=value_error.missing)
Expected Behavior
build successfully
Other Information
I got this error when building the package. Can anyone help me fix it?
The text was updated successfully, but these errors were encountered: