You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fileobj = self.myfileobj = builtins.open(filename, mod File "C:\Program Files\Python37\lib\gzip.py", line 168,
in init
fileobj = self.myfileobj = builtins.open(filename, mod
e or 'rb')
PermissionError: [Errno 13] Permission denied: 'C**********\AppData\Local\Temp\tmpeiscmajk'
The text was updated successfully, but these errors were encountered:
C:\ykprj>python semSimi.py
Downloading model: web-bert-similarity from https://github.com/AndriyMulyar/semantic-text-similarity/releases/download/v1.0.0/web_bert_similarity.tar.gz
100%|██████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████| 405359924/405359924 [2:55:39<00:00, 38460.08B/s]
Failed to download model: web-bert-similarity
in init
fileobj = self.myfileobj = builtins.open(filename, mod
e or 'rb')
PermissionError: [Errno 13] Permission denied: 'C**********\AppData\Local\Temp\tmpeiscmajk'
The text was updated successfully, but these errors were encountered: