Skip to content
This repository was archived by the owner on Mar 25, 2025. It is now read-only.

Commit d892137

Browse files
committed
add an item in troubleshooting
1 parent 0a6cf45 commit d892137

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

docs/getting-started/troubleshooting.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,8 @@ If you encounter issues:
3131
&& openssl req -new -key notary.key -out request.csr -subj "/C=US/ST=State/L=City/O=Organization/OU=Department/CN=127.0.0.1" \
3232
&& openssl x509 -req -in request.csr -signkey notary.key -out notary.crt -days 365 -extfile openssl.cnf -extensions v3_req
3333
```
34+
1. If you're asked to install `python3.xx-venv` package while running `./setup_env.sh`, remove `venv` directory under the repository root, install the package, and try again.
35+
3436
## Getting Help
3537
If you encounter any issues during installation, feel free to open an issue in our [GitHub repository](https://github.com/MPCStats/mpc-demo-infra).
3638

0 commit comments

Comments
 (0)