Open blaisewf opened 2 months ago
It appears that the run-install.bat
script is unable to find certain files and is also experiencing issues with downloading the fairseq build due to a TLS secure channel error. To troubleshoot this, I would recommend checking the file paths and ensuring that the necessary files are present in the correct locations. Additionally, you can try updating your PowerShell version to ensure that it is compatible with the TLS version used by the Hugging Face repository.
Can you please provide more details on your environment, such as the operating system and PowerShell version you are using? Also, please refer to the official documentation at https://docs.applio.org for more information on the installation process and troubleshooting guides.
im using version 11 on windows 10
Thank you for providing the error details. I'd like to help you troubleshoot the issue.
Based on the error messages, it seems like the run-install.bat
script is unable to find some required files (Makefile
, Dockerfile
, docker-compose.yaml
, and *.sh
files) in the specified directory C:\aiApplio_3_2_4\Applio
. Additionally, there's an issue with downloading the fairseq build due to an SSL/TLS secure channel error.
To better understand the issue, could you please provide more information on the following:
run-install.bat
script? For example, did you download a specific repository, extract it to a folder, and then run the script?run-install.bat
script? Was it supposed to install some dependencies, set up a development environment, or something else?Additionally, you can try the following troubleshooting steps:
C:\aiApplio_3_2_4\Applio
directory exists and contains the required files.If you provide more information, I'll do my best to help you resolve the issue.
If you're looking for faster assistance, consider joining our support community on Discord, or please wait for a staff member to assist.
Bug Description Console error after running the run-install.bat
Could Not Find C:\aiApplio_3_2_4\Applio\Makefile Could Not Find C:\aiApplio_3_2_4\Applio\Dockerfile Could Not Find C:\aiApplio_3_2_4\Applio\docker-compose.yaml Could Not Find C:\aiApplio_3_2_4\Applio*.sh Downloading the fairseq build... Download failed, trying with the powershell method Invoke-WebRequest : The request was aborted: Could not create SSL/TLS secure channel. At line:1 char:4
Steps to Reproduce Outline the steps to replicate the issue:
Expected Behavior Describe what you expected to happen.
Assets Include screenshots or videos if they can illustrate the issue.
Desktop Details:
Additional Context Any additional information that might be relevant to the issue.