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!
Please sign in to leave a comment.
Hi,
Does the user which is used to run PyCharm have corresponding permissions?
I don't think it's PyCharm-related issue.
I got that exception after an import. I have a single line in my python file
Have you tried to run it from the system terminal (outside of PyCharm) using the same interpreter?
What's the result?
good sign... Indeed, it is not a problem of pycharm
Spasibo!