Hi , I am very new to XLS HLS and trying out these tools,
Command I ran: bazel test -c opt -- //xls/...
I got the error:
```ERROR: An error occurred during the fetch of repository 'xls_pip_deps':
Traceback (most recent call last):
File "/home/farzaneh/.cache/bazel/_bazel_farzaneh/934a2aa5a5e569ef55f18b51a9dd7716/external/rules_python/python/pip_install/pip_repository.bzl", line 195, column 13, in _pip_repository_impl
fail("rules_python failed: %s (%s)" % (result.stdout, result.stderr))
Error in fail: rules_python failed: Collecting Flask==2.3.2
I have VM, Ubuntu 22.04,
bazel --version: bazel 6.2.1
And I have 2 cores in my machine.
How can I fix the error?
× Getting requirements to build wheel did not run successfully.
│ exit code: 1
╰─> [68 lines of output]