The NLTK zip file is for this guide here for manually installing the missing nltk files
It's not that bad lol, just copy a folder lol.
Installing NLTK in WSL Environment Manually
Launch the WSL Environment
- Open your PowerShell and run:
wsl -d Ubuntu
- Open your PowerShell and run:
Access the WSL Filesystem in Windows File Explorer
- Navigate to the following path:
\\wsl$\Ubuntu\home\USERNAME\miniconda\envs\VoxNovel\lib\python3.10\site-packages
- Replace
USERNAME
with the username you set up when configuring WSL.
- Navigate to the following path:
Replace the NLTK Files
- Download and unzip the NLTK files nltk.zip.
- Copy the unzipped
nltk
folder and paste it into the directory from step 2. - When prompted to replace files, select "Yes" to overwrite any existing files.
Done!
- Test the installation by going back to your WSL Ubuntu environment:
python
- Then, try importing NLTK:
import nltk
- If everything works correctly, you can now continue where you left off.
- Test the installation by going back to your WSL Ubuntu environment:
Easy Windows 11 Installation Guide for VoxNovel
Watch the Installation Video
Step-by-Step Instructions
Install WSL
- In PowerShell, run:
wsl --install
- You might be prompted to enable virtualization in your BIOS if it's not already enabled.
- In PowerShell, run:
Set Up WSL
- After setting your username and password in WSL, run the following command to install everything needed for VoxNovel:
yes | wget -O - https://raw.githubusercontent.com/DrewThomasson/VoxNovel/main/shell_install_scripts/Ubuntu-install.sh | bash
- After setting your username and password in WSL, run the following command to install everything needed for VoxNovel:
(Optional: NVIDIA Graphics Card Users Only)
- Install the NVIDIA CUDA toolkit for GPU acceleration:
sudo apt install nvidia-cuda-toolkit
- Install the NVIDIA CUDA toolkit for GPU acceleration:
Activate the VoxNovel Conda Environment
- Make sure you're in the VoxNovel environment:
conda activate VoxNovel
- If you see an error like
conda: command not found
, close PowerShell and relaunch WSL with:wsl -d Ubuntu
- Make sure you're in the VoxNovel environment:
Navigate to the VoxNovel Folder
- If not already in the folder, run:
cd ~ && cd VoxNovel
- If not already in the folder, run:
Congrats!
- VoxNovel should now be running in WSL.
π To Run the Program
python gui_run.py
π Or to Run Headless
python headless_voxnovel.py
Troubleshooting WSL
List All WSL Environments
wsl --list --verbose
Remove a Specific WSL Environment
wsl --unregister <distro_name>
Reinstall WSL
wsl --install
To launch WSL anytime, you can use the search bar in Windows to find and launch "WSL" or run:
wsl
This format is clear and well-organized, making it easier for users to follow the steps.
Inference Providers
NEW
This model isn't deployed by any Inference Provider.
π
Ask for provider support