简体   繁体   English

找不到模块错误。 不断出现,即使它们已经安装

[英]Module not Found error. Keeps coming up even though they are already installed

I have been working on a code to transfer stock data to an excel spreadsheet the code .我一直在研究将股票数据传输到 excel 电子表格的代码 The code works while in spyder but when I run it in CMD I get the following error message about my libraries.该代码在 spyder 中有效,但当我在 CMD 中运行它时,我收到有关我的库的以下错误消息。 Error message even though clearly installed .即使清楚地安装了错误信息 I have everything installed in my IDE and CMD.我的 IDE 和 CMD 都安装好了。

I've tried uninstalling and reinstalling but other than that I am completely lost.我试过卸载并重新安装,但除此之外我完全迷路了。 New to coding.编码新手。

Type pip install pandas to install pandas module but please before installing dependencies make sure you create virtual environment for your project.键入pip install pandas以安装 pandas 模块,但请在安装依赖项之前确保为项目创建虚拟环境。 So it won't contradict later on.这样以后就不会矛盾了。 You can use conda, virtualenv wrapper and many things as virtual environement.您可以使用 conda、virtualenv 包装器和许多东西作为虚拟环境。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

相关问题 Fuzzy c 表示即使已经在 Google Colabatory 上成功安装,也会出现无效的语法错误 - Fuzzy c means coming up with an invalid syntax error even though it has already been successully installed on Google Colabatory 为什么在.kv 文件中导入 kivymd 会出现错误。 即使它已经安装 - Why does importing kivymd in .kv file give me error. Even though its already installed Python 模块已安装也找不到 - Python Module Can Not be Found Even Though It Is Installed 未找到模块,即使安装了 package 'graphviz' - Module not found, even though the package 'graphviz' is installed Flask 即使安装了模块也找不到 - Flask module not found even though it's installed 即使已安装 Pandas 模块也未找到 - Pandas Module Not Found even though it's installed 没有名为 RPI 错误的模块(即使已安装) - No module named RPI error (even though it is installed) 库软件包不在模块PyCharm中,即使我已经安装了它 - Library package not in module PyCharm, even though I've already installed it Jupyter 实验室:虽然 package 已安装但未找到模块 - Jupyter lab: module not found though package already installed Visual Studio 表示即使安装了 psutil 模块也未找到 - Visual studio says psutil module not found even though it's installed
 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM