-
Notifications
You must be signed in to change notification settings - Fork 1
Fixing build for fully homomorphic encryption repo #1
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
base: main
Are you sure you want to change the base?
Conversation
…grpc_extra_deps and xls_pip_install_deps for corresponding errors mentioned in the comment
|
Still running into a similar error which (I think) needs python 3.11 version. because pkgutil was removed from python 3.12 ERROR: /usr/local/google/home/gshruthi/.cache/bazel/_bazel_gshruthi/88459525e83498a4c011792c2bbba5c6/external/com_google_xls/xls/ir/BUILD:808:10: @com_google_xls//xls/ir:render_specification_against_template depends on @xls_pip_deps_jinja2//:pkg in repository @xls_pip_deps_jinja2 which failed to fetch. no such package '@xls_pip_deps_jinja2//': whl_library xls_pip_deps_jinja2 failed: (Traceback (most recent call last): |
|
Ted's patches to get xls to build after adding as external dependency seems to work! https://github.com/ted-xie/xls_as_external_dep/tree/main
changes in commit b62bbbb |
|
|
|
Yosys also seems to break: Throws this error: |
WIP
This pull request updates the
WORKSPACEfile to address dependency management issues and improve repository initialization. The key changes include adding support for Python rules, loading additional dependencies, and reordering initialization calls to resolve errors.Dependency Management Enhancements:
rules_pythonto theWORKSPACEfile to resolve anAttributeErrorrelated topkgutil.ImpImporter. This includes specifying the version and SHA256 checksum for the Python rules archive.grpc_extra_depsandxls_pip_install_depsto address missing package errors related to@xls_pip_deps_markupsafe.