private-gpt
private-gpt copied to clipboard
Include fix for NLTK Install
Unfortunately, installing the python dependencies isn't always enough. On windows I ran into an issue:
PermissionError: [Errno 13] The process cannot access the file because it is being used by another process: 'C:\\Users\\test\\AppData\\Roaming\\nltk_data\\tokenizers\\punkt.zip'
I resolved it using the instructions here https://www.nltk.org/install.html#installing-nltk-data
having issues with this too
Same.