ln: failed to create symbolic link; Permission denied

Answered

how to handle with permissions in pycharm regarding symbolic link creation


Cannot open exception db file for output: WordNet-2.0.exc.db
ln: failed to create symbolic link './WordNet-2.0.exc.db': Permission denied

 

best regards!

0
4 comments

Hi,

Does the user which is used to run PyCharm have corresponding permissions?

I don't think it's PyCharm-related issue.

0
Avatar
Permanently deleted user

I got that exception after an import. I have a single line in my python file

from newsroom import jsonl
0

Have you tried to run it from the system terminal (outside of PyCharm) using the same interpreter?

What's the result?

0
Avatar
Permanently deleted user

good sign... Indeed, it is not a problem of pycharm

 

Spasibo!

0

Please sign in to leave a comment.