Skip to content

Commit 020de1d

Browse files
YLouWashUmeta-codesync[bot]
authored andcommitted
{Documentation} Update supported python version for projectaria_tools.
Reviewed By: kongchen1992 Differential Revision: D84960244 fbshipit-source-id: 691d89fd1fb806ccce67fad4da374c0a975789b3
1 parent 28dcea1 commit 020de1d

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

website/docs-research-tools/projectariatools/installation.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ Use the above table to get the exact command to install `projectaria-tools` libr
2525
## Supported Platforms
2626
| OS / Platform | OS / Distro Details | Aria Gen2 Support (projectaria-tools ≥2.0) | Supported Python Versions |
2727
| :---------------------------- | :----------------------------------------------------------------- | :----------------------------------------- | :------------------------ |
28-
| Linux (x64) | Fedora **40/41**; Ubuntu **20.04 LTS (focal)** / **22.04 LTS (jammy)** | ✅ Supported | 3.8 – 3.12 |
28+
| Linux (x64) | Fedora **40/41**; Ubuntu **20.04 LTS (focal)** / **22.04 LTS (jammy)** | ✅ Supported | 3.9 – 3.12 |
2929
| macOS (Apple Silicon / ARM64) | macOS **14+ (Sonoma or newer)** on M1/M2/M3 | ✅ Supported | 3.10 – 3.12 |
30-
| macOS (Intel) | macOS **13+ (Ventura or newer)** | ✅ Supported | 3.8 – 3.12 |
30+
| macOS (Intel) | macOS **13+ (Ventura or newer)** | ✅ Supported | 3.9 – 3.12 |
3131
| Windows (x64) | MSVC **2019/2022** | 🚧 Planned | 3.10 – 3.12 |

website/src/components/pat_installer_chooser.tsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ export default function PatInstallerChooser() {
4040
const venvUnix = useMemo(
4141
() =>
4242
String.raw`rm -rf $HOME/projectaria_gen2_python_env
43-
python3.12 -m venv $HOME/projectaria_gen2_python_env
43+
python3 -m venv $HOME/projectaria_gen2_python_env
4444
source $HOME/projectaria_gen2_python_env/bin/activate`,
4545
[],
4646
);
@@ -64,7 +64,7 @@ python3 -m pip install projectaria-tools'[all]'==1.7.0`;
6464
}
6565
return String.raw`${venv}
6666
67-
python3.12 -m pip install projectaria-tools'[all]'==2.0.0`;
67+
python3 -m pip install projectaria-tools'[all]'==2.0.0`;
6868
}
6969

7070
// source

0 commit comments

Comments
 (0)