Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

PermissionError: [Errno 13] Permission denied: #10

Open
jrachid opened this issue Feb 17, 2020 · 8 comments
Open

PermissionError: [Errno 13] Permission denied: #10

jrachid opened this issue Feb 17, 2020 · 8 comments

Comments

@jrachid
Copy link

jrachid commented Feb 17, 2020

Hello,

When I launch your example, the program begins by download we_bert_similarity.tar.gz, and at the end of the download I have the following error:
Failed to download model: web-bert-similarity Traceback (most recent call last): File "semantic_similarity.py", line 4, in <module> web_model = WebBertSimilarity(device='cpu', batch_size=10) #defaults to GPU prediction File "F:\Users\rachidj\Anaconda3\envs\nlpenv\lib\site-packages\semantic_text_similarity\models\bert\web_similarity.py", line 7, in __init__ model_path = get_model_path(model_name) File "F:\Users\rachidj\Anaconda3\envs\nlpenv\lib\site-packages\semantic_text_similarity\models\util.py", line 40, in get_model_path raise exc File "F:\Users\rachidj\Anaconda3\envs\nlpenv\lib\site-packages\semantic_text_similarity\models\util.py", line 36, in get_model_path tar = tarfile.open(temp_file.name) File "F:\Users\rachidj\Anaconda3\envs\nlpenv\lib\tarfile.py", line 1573, in open return func(name, "r", fileobj, **kwargs) File "F:\Users\rachidj\Anaconda3\envs\nlpenv\lib\tarfile.py", line 1638, in gzopen fileobj = gzip.GzipFile(name, mode + "b", compresslevel, fileobj) File "F:\Users\rachidj\Anaconda3\envs\nlpenv\lib\gzip.py", line 163, in __init__ fileobj = self.myfileobj = builtins.open(filename, mode or 'rb') PermissionError: [Errno 13] Permission denied: 'C:\\Users\\rachidj\\AppData\\Local\\Temp\\tmpq6i6wt_s'

So I downloaded them manually, but I don't know where put them to make the example script working

@rod08018
Copy link

I have this exacto problem could you get this running?

@AndriyMulyar
Copy link
Owner

AndriyMulyar commented Mar 13, 2020 via email

@jaehong-park-78
Copy link

Can you make it work on Windows platform?

@AndriyMulyar
Copy link
Owner

AndriyMulyar commented Dec 3, 2020 via email

@TheMarvelousWhale
Copy link

Hi all,

For this problem, you can download bert pretrained model (*.tar.gz) manually and tweak the get_model_path. Works for me on a Windows 10 machine, with Anaconda.

Cheers

@sumanA92
Copy link

Thank you TheMarvelousWhale. I am able to execute web-bert-similarity in windows 10 machine

Suman

@ibtehajali67
Copy link

weak the get_model_p

how you give path

@Firas-al
Copy link

Firas-al commented Mar 26, 2024

To avoid PermissionError: [Errno 13] Permission denied:

To change the path first install the the folder. Then click on WebBertSimilarity().
image
Then you will get :
image
you should change as the following :
image
Then run the program :
image

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

8 participants