打开终端,输入:
python3
import numpy
发现这个包是存在的,quit() 退出python编译环境。
输入which python3 ,找到路径。
在File - Setting - Project - Project Interpreter 中将路径更改为查询到的python3的文件夹目录,文件选择../python3。
PyCharm更新Skeleton后,问题解决,第三方库不飘红了。
打开终端,输入:
python3
import numpy
发现这个包是存在的,quit() 退出python编译环境。
输入which python3 ,找到路径。
在File - Setting - Project - Project Interpreter 中将路径更改为查询到的python3的文件夹目录,文件选择../python3。
PyCharm更新Skeleton后,问题解决,第三方库不飘红了。