在spyder装模块的方法:(推荐:)
1、打开Anaconda Prompt(开始-搜Anaconda Prompt)
2、使用下面 的命令安装模块
pip install [module名]
或者
conda install [module名]
更多python知识请关注。