Invalid Python SDK Error while using python 3.4 on PyCharm

后端 未结 4 725
别跟我提以往
别跟我提以往 2021-01-17 10:51

When I switch my PyCharm to use Python 3.4.3 I am getting the error:

Invalid Python SDK

Also PyCharm does not automatically find

4条回答
  •  一向
    一向 (楼主)
    2021-01-17 11:18

    This also happened to me. I renamed a repository and then my virtual environment got stuck in the old path.

    I grepped all configuration files and could not find any reference to the old one.

    What finally solved the problem was to clear caches with the option File > Invalidate Caches / Restart...:

提交回复
热议问题