In the end, I came across a method that worked for me, but I don't know what the problem is.
First I created virtualenv with PyCharm in the interpreter options. Annoyed that I had this problem, I deleted it and simply created virtualenv using the virtualenv command, but the problem remained.
Then I returned to the interpreter selector and selected "add local". I went to the python binary in the / bin folder of virtualenv I created and selected it. After that, unresolved links were fixed.
source share