summaryrefslogtreecommitdiff
path: root/docs/sections/troubleshooting.md
diff options
context:
space:
mode:
Diffstat (limited to 'docs/sections/troubleshooting.md')
-rw-r--r--docs/sections/troubleshooting.md12
1 files changed, 6 insertions, 6 deletions
diff --git a/docs/sections/troubleshooting.md b/docs/sections/troubleshooting.md
index e6b921b..6841e62 100644
--- a/docs/sections/troubleshooting.md
+++ b/docs/sections/troubleshooting.md
@@ -6,7 +6,7 @@
- [NPU configuration mismatch error when running inference](./troubleshooting.md#npu-configuration-mismatch-error-when-running-inference)
- [Errors when cloning the repository](./troubleshooting.md#errors-when-cloning-the-repository)
- [Problem installing Vela](./troubleshooting.md#problem-installing-vela)
- - [No matching distribution found for ethos-u-vela==3.8.0](./troubleshooting.md#no-matching-distribution-found-for-ethos_u_vela)
+ - [No matching distribution found for ethos-u-vela==3.9.0](./troubleshooting.md#no-matching-distribution-found-for-ethos_u_vela)
- [How to update Python3 package to 3.9 version](./troubleshooting.md#how-to-update-python3-package-to-newer-version)
- [Error trying to build on Arm Virtual Hardware](./troubleshooting.md#error-trying-to-build-on-arm-virtual-hardware)
- [Internal Compiler Error](./troubleshooting.md#internal-compiler-error)
@@ -129,15 +129,15 @@ To solve this issue install libpython3 on the system.
## No matching distribution found for ethos-u-vela
-Vela 3.8.0 increases Python requirement to at least version 3.9, if not installed on your system the following error will occur:
+Vela 3.9.0 increases Python requirement to at least version 3.9, if not installed on your system the following error will occur:
```log
-python3 -m pip install ethos-u-vela==3.8.0
-ERROR: Could not find a version that satisfies the requirement ethos-u-vela==3.8.0 (from versions: 0.1.0, 1.0.0, 1.1.0, 1.2.0, 2.0.0, 2.0.1, 2.1.1, 3.0.0, 3.1.0, 3.2.0)
-ERROR: No matching distribution found for ethos-u-vela==3.8.0
+python3 -m pip install ethos-u-vela==3.9.0
+ERROR: Could not find a version that satisfies the requirement ethos-u-vela==3.9.0 (from versions: 0.1.0, 1.0.0, 1.1.0, 1.2.0, 2.0.0, 2.0.1, 2.1.1, 3.0.0, 3.1.0, 3.2.0)
+ERROR: No matching distribution found for ethos-u-vela==3.9.0
```
-Ensure that the minimum Python 3.9 requirement is installed and it's the default version.
+Ensure that the minimum Python 3.9 requirement is installed, and it's the default version.
Check your current installed version of Python by running:
```commandline