解决电脑重装后,迁移项目,重装Python导致的Pycharm “Cannot set up a python SDK” “unable to load the file system codec”

时间:2024-03-15 11:12:25

解决电脑重装后,迁移项目,重装Python导致的Pycharm “Cannot set up a python SDK” “unable to load the file system codec”

1. 重装电脑后,原C盘变为E盘,原本安装在C盘的python也没法用了,所以我选择重新安装了Python和Pycharm,安装时可以选择自动编辑环境变量,不用自己配置环境了,很方便。

python安装具体可以参考这篇教程

https://my.oschina.net/u/3804884/blog/1786137

Pycharm2019的**参考

https://blog.csdn.net/u014044812/article/details/78727496

2. 安装完Pycharm后,打开之前的项目,打开Pycharm→file→settings→project interpreter

之前的interpreter都红了,得更改。

解决电脑重装后,迁移项目,重装Python导致的Pycharm “Cannot set up a python SDK” “unable to load the file system codec”

这时Pycharm默认地是选择existing environment,如果选择这项会出现“unable to load the file system code”的警告,这时候我们应该选择New environment,可以继续选择之前项目文件夹下的venv,但是这时候Pycharm会提示该文件夹非空,无法点OK,所以需要提前清空之前的配置,然后在Base interpreter中选择新安装的python。

解决电脑重装后,迁移项目,重装Python导致的Pycharm “Cannot set up a python SDK” “unable to load the file system codec”

随后它就自动加载interpreter啦,之后就可以继续使用啦,但是之前安装的库得重新安装一下。

解决电脑重装后,迁移项目,重装Python导致的Pycharm “Cannot set up a python SDK” “unable to load the file system codec”

解决电脑重装后,迁移项目,重装Python导致的Pycharm “Cannot set up a python SDK” “unable to load the file system codec”

 

如果有更好的解决方案欢迎提供意见与讨论(*^_^*)