To ensure the successful extraction of relevant metadata with the Octopai Client, it is necessary to have curl installed. If you don't have curl set up already, follow the instructions below:
Instructions
Option 1: Installing with a package manager
- For Chocolatey, run: choco install curl
- For MSYS2, run: pacman -S curl
- For Scoop, run: scoop install curl
Option 2: Installing Manually
- Download curl from https://curl.se/windows/ (Choose the Windows 64-bit version).
- Locate the curl.exe file in the \bin folder of the downloaded .zip file.
- Place curl.exe in a permanent folder
(e.g., the Octopai Client installation folder, such as C:\Program Files (x86)\Octopai\Service\Data).
- Make curl accessible from anywhere on the command line by adding the folder's PATH as a new system environment variable:
- Open the Start Search, type "env," and choose "Edit the system environment variables."
- Click on “Environment Variables”
- Under “System Variables”, select the “Path” variable and click on the Edit button.
- Click on “New” and add the location of the folder that contains the curl.exe
- Click on “Ok”.
- If applicable, reopen any relevant applications to register the changes.
By following these steps, you will have curl properly installed and configured for use with the Octopai Client, enabling seamless extraction of metadata.
Comments
0 comments
Please sign in to leave a comment.