-
Notifications
You must be signed in to change notification settings - Fork 51
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
Comments
I have this exacto problem could you get this running? |
The implementation works only on a Linux machine.
…On Fri, Mar 13, 2020, 1:24 AM David Rodriguez ***@***.***> wrote:
I have this exacto problem could you get this running?
—
You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub
<#10 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/ADJ4TBTYTB5HUHJEG5DPL53RHF4NNANCNFSM4KWRLMLQ>
.
|
Can you make it work on Windows platform? |
No sorry.
…On Thu, Dec 3, 2020, 3:29 AM jaehong-park-78 ***@***.***> wrote:
Can you make it work on Windows platform?
—
You are receiving this because you commented.
Reply to this email directly, view it on GitHub
<#10 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/ADJ4TBTWEPWOKKVCUGPWARLSS5D5TANCNFSM4KWRLMLQ>
.
|
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 |
Thank you TheMarvelousWhale. I am able to execute web-bert-similarity in windows 10 machine Suman |
how you give path |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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
The text was updated successfully, but these errors were encountered: