Skip to content
This repository has been archived by the owner on Oct 28, 2024. It is now read-only.

Commit

Permalink
Fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
aitronz committed Nov 18, 2023
1 parent a7cee45 commit b25a53f
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion faq/conda/conda.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,4 @@ order: B

# Conda

Here you have all the frequent asked questions about conda depdendency option
Here you have all the frequent asked questions about the conda depdendency installation option
2 changes: 1 addition & 1 deletion faq/conda/conda_error_cannot_build.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,4 @@ order: E
---
# Conda Error Building Wheels

If Conda shows an error related to the "Wheels" dependency, check that Visual Studio Build Tools are installed. This requirement is mentioned at the beginning of the installer.
If Conda shows an error related to the "Wheels" dependency, check that Visual Studio Build Tools are installed. This requirement it should be installed semi automatically by the installer.
4 changes: 2 additions & 2 deletions faq/conda/mingit_extraction_or_download_issues.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@ order: D

# Issues with Mingit Extraction or Download

If there are problems extracting Mingit or download errors preventing progress, manually download the Mingit ZIP file. Make sure to delete the Appio folder if any issues arise.
If there are problems extracting Mingit or download errors preventing progress, manually download the [Mingit ZIP file](https://huggingface.co/IAHispano/applio/resolve/main/mingit.zip). Make sure to delete the Appio folder if any issues arise.

## Alternative for Persistent Mingit Issues

If Mingit problems persist, manually install Git. This may be necessary if the repository copy isn't successful.
If Mingit problems persist, manually [install Git](https://github.com/git-for-windows/git/releases/download/v2.42.0.windows.2/Git-2.42.0.2-64-bit.exe). This may be necessary if the repository copy isn't successful.
2 changes: 1 addition & 1 deletion faq/conda/tensorboard_error.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,4 @@ order: B
---
# Tensorboard or dependency error

If an error related to Tensorboard occurs, it's likely that no dependencies were installed correctly. Review the dependencies page in the FAQ of conda and ensure all dependencies are installed properly.
If an error related to Tensorboard occurs, it's likely that no dependencies were installed correctly. Review if the Visual Studio Build Tools were installed correctly. This requirement it should be installed semi automatically by the installer.

0 comments on commit b25a53f

Please sign in to comment.