Preparing your machine
To run the 01 on your computer, you will need to install the following essential packages:
Git: Download and install Git from the official website.
Python:
Poetry:
FFmpeg: Installation instructions vary by platform (see below).
We recommend using Homebrew to install the required dependencies:
Note: Wayland is not supported. These instructions are for Ubuntu 20.04 and below.
Install the required packages:
Git: Download and install Git for Windows.
Python:
Microsoft C++ Build Tools:
Poetry:
install-poetry.py
.get(self, url):
method with:
C:\Users\<USERNAME>\AppData\Roaming\Python\Scripts
FFmpeg:
ffmpeg-master-latest-win64-gpl.zip
(non-shared suffix) file.bin
folder to your PATH:
bin
folder (e.g., C:\path\to\ffmpeg\bin
).Poetry is a dependency management and packaging tool for Python. It simplifies the process of managing project dependencies, ensuring consistent environments across different setups. We use Poetry to guarantee that everyone running 01 has the same environment and dependencies.
Poetry Install Error: If you encounter an error stating “Microsoft Visual C++ 14.0 or greater is required” when running poetry install
, make sure you have properly installed the Microsoft C++ Build Tools as described in step 3 of the Windows installation guide.
FFmpeg Not Found: If you receive an error saying FFmpeg is not found after installation, ensure that you’ve correctly added the FFmpeg bin
folder to your system PATH as described in step 5 of the Windows installation guide.
Server Connection Issues: If the server connects but you encounter errors when sending messages, double-check that all dependencies are correctly installed and that FFmpeg is properly set up in your PATH.
Once you have successfully installed all the prerequisites, you’re ready to clone the repository and set up the project.
Preparing your machine
To run the 01 on your computer, you will need to install the following essential packages:
Git: Download and install Git from the official website.
Python:
Poetry:
FFmpeg: Installation instructions vary by platform (see below).
We recommend using Homebrew to install the required dependencies:
Note: Wayland is not supported. These instructions are for Ubuntu 20.04 and below.
Install the required packages:
Git: Download and install Git for Windows.
Python:
Microsoft C++ Build Tools:
Poetry:
install-poetry.py
.get(self, url):
method with:
C:\Users\<USERNAME>\AppData\Roaming\Python\Scripts
FFmpeg:
ffmpeg-master-latest-win64-gpl.zip
(non-shared suffix) file.bin
folder to your PATH:
bin
folder (e.g., C:\path\to\ffmpeg\bin
).Poetry is a dependency management and packaging tool for Python. It simplifies the process of managing project dependencies, ensuring consistent environments across different setups. We use Poetry to guarantee that everyone running 01 has the same environment and dependencies.
Poetry Install Error: If you encounter an error stating “Microsoft Visual C++ 14.0 or greater is required” when running poetry install
, make sure you have properly installed the Microsoft C++ Build Tools as described in step 3 of the Windows installation guide.
FFmpeg Not Found: If you receive an error saying FFmpeg is not found after installation, ensure that you’ve correctly added the FFmpeg bin
folder to your system PATH as described in step 5 of the Windows installation guide.
Server Connection Issues: If the server connects but you encounter errors when sending messages, double-check that all dependencies are correctly installed and that FFmpeg is properly set up in your PATH.
Once you have successfully installed all the prerequisites, you’re ready to clone the repository and set up the project.