ipython import pandas出错

2024-08-22 12:32
文章标签 出错 import pandas ipython

本文主要是介绍ipython import pandas出错,希望对大家解决编程问题提供一定的参考价值,需要的开发者们随着小编来一起学习吧!

其实这个错误是早上就发现了的,但是由于代码上运行没得问题,我就纳闷了,但是可以运行代码就无伤大雅。

下午事情差不多了,想起这个问题,就来debug一下。

为了让错误更加清晰的呈现出来,我又要费大家电了<哈哈>,下面就是报的完整错误。

In [13]: import pandas as pd
ERROR:root:Internal Python error in the inspect module.
Below is the traceback from this internal error.Traceback (most recent call last):File "~/anaconda3/lib/python3.6/site-packages/IPython/core/interactiveshell.py", line 2862, in run_codeexec(code_obj, self.user_global_ns, self.user_ns)File "<ipython-input-13-af55e7023913>", line 1, in <module>import pandas as pdFile "~/anaconda3/lib/python3.6/site-packages/pandas/__init__.py", line 55, in <module>from pandas.core.api import (File "~/anaconda3/lib/python3.6/site-packages/pandas/core/api.py", line 24, in <module>from pandas.core.groupby import Grouper, NamedAggFile "~/anaconda3/lib/python3.6/site-packages/pandas/core/groupby/__init__.py", line 1, in <module>from pandas.core.groupby.generic import (  # noqa: F401File "~/anaconda3/lib/python3.6/site-packages/pandas/core/groupby/generic.py", line 41, in <module>import pandas.core.algorithms as algorithms
AttributeError: module 'pandas' has no attribute 'core'During handling of the above exception, another exception occurred:Traceback (most recent call last):File "~/anaconda3/lib/python3.6/site-packages/IPython/core/interactiveshell.py", line 1806, in showtracebackstb = value._render_traceback_()
AttributeError: 'AttributeError' object has no attribute '_render_traceback_'During handling of the above exception, another exception occurred:Traceback (most recent call last):File "~/anaconda3/lib/python3.6/site-packages/IPython/core/ultratb.py", line 1090, in get_recordsreturn _fixed_getinnerframes(etb, number_of_lines_of_context, tb_offset)File "~/anaconda3/lib/python3.6/site-packages/IPython/core/ultratb.py", line 311, in wrappedreturn f(*args, **kwargs)File "~/anaconda3/lib/python3.6/site-packages/IPython/core/ultratb.py", line 345, in _fixed_getinnerframesrecords = fix_frame_records_filenames(inspect.getinnerframes(etb, context))File "~/anaconda3/lib/python3.6/inspect.py", line 1488, in getinnerframesframeinfo = (tb.tb_frame,) + getframeinfo(tb, context)File "~/anaconda3/lib/python3.6/inspect.py", line 1446, in getframeinfofilename = getsourcefile(frame) or getfile(frame)File "~/anaconda3/lib/python3.6/inspect.py", line 696, in getsourcefileif getattr(getmodule(object, filename), '__loader__', None) is not None:File "~/anaconda3/lib/python3.6/inspect.py", line 725, in getmodulefile = getabsfile(object, _filename)File "~/anaconda3/lib/python3.6/inspect.py", line 709, in getabsfilereturn os.path.normcase(os.path.abspath(_filename))File "~/anaconda3/lib/python3.6/posixpath.py", line 376, in abspathcwd = os.getcwd()
FileNotFoundError: [Errno 2] No such file or directory

重点在后面的getcwd,报的错误是美的这个目录或者文件夹。

报错原因: 我在terminal中运行了ipython程序,由于代码更新,我将这个目录删除了,然后使用getcwd就出了问题。

这个bug我感觉应该是python的bug,但是python也没得义务来修复。

以后注意一点,python运行的项目,可能长期存在这个问题。

这篇关于ipython import pandas出错的文章就介绍到这儿,希望我们推荐的文章对编程师们有所帮助!



http://www.chinasem.cn/article/1096280

相关文章

pandas数据过滤

Pandas 数据过滤方法 Pandas 提供了多种方法来过滤数据,可以根据不同的条件进行筛选。以下是一些常见的 Pandas 数据过滤方法,结合实例进行讲解,希望能帮你快速理解。 1. 基于条件筛选行 可以使用布尔索引来根据条件过滤行。 import pandas as pd# 创建示例数据data = {'Name': ['Alice', 'Bob', 'Charlie', 'Dav

ImportError: cannot import name ‘print_log‘ from ‘logging‘

mmcv升级到2.+后删除了很多 解决 查FAQ文档,找到 添加到mmcv.utils下即可

【Python从入门到进阶】64、Pandas如何实现数据的Concat合并

接上篇《63.Pandas如何实现数据的Merge》 上一篇我们学习了Pandas如何实现数据的Merge,本篇我们来继续学习Pandas如何实现数据的Concat合并。 一、引言 在数据处理过程中,经常需要将多个数据集合并为一个统一的数据集,以便进行进一步的分析或建模。这种需求在多种场景下都非常常见,比如合并不同来源的数据集以获取更全面的信息、将时间序列数据按时间顺序拼接起来以观察长期趋势等

UserWarning: mkl-service package failed to import

安装完成anaconda,并设置了两个环境变量  之后再控制台运行python环境,输入import numpy as np,提示错误 D:\InstallFolder\Anaconda3\lib\site-packages\numpy\__init__.py:143: UserWarning: mkl-service package failed to import, therefore

Python安装llama库出错“metadata-generation-failed”

Python安装llama库出错“metadata-generation-failed” 1. 安装llama库时出错2. 定位问题1. 去官网下载llama包 2.修改配置文件2.1 解压文件2.2 修改配置文件 3. 本地安装文件 1. 安装llama库时出错 2. 定位问题 根据查到的资料,发现时llama包中的execfile函数已经被下线了,需要我们手动修改代码后

win7下安装Canopy(EPD) 及 Pandas进行python数据分析

先安装好canopy,具体安装版本看自己需要那种,我本来是打算安装win764位的,却发现下载总是出现错误,无奈只能下载了32位的! https://store.enthought.com/downloads/#default 安装好之后,参考如下连接,进行检验: 之后再根据下面提供的连接进行操作,一般是没问题的! http://jingyan.baidu.com/article/5d6

The import com.google cannot be resolved

The import com.google cannot be resolved,报错: 第一感觉就是缺少jar包,因为项目用maven管理,所以在pom.xml中添加: <dependency>  <groupId>com.google.code.gson</groupId>  <artifactId>gson</artifactId>  <version>2.3.1</ver

11Python的Pandas:可视化

Pandas本身并没有直接的可视化功能,但它与其他Python库(如Matplotlib和Seaborn)无缝集成,允许你快速创建各种图表和可视化。这里是一些使用Pandas数据进行可视化的常见方法: 1. 使用Matplotlib Pandas中的plot()方法实际上是基于Matplotlib的,你可以使用它来绘制各种基本图表,例如折线图、柱状图、散点图等。 import pandas

jupyter在加载pkl文件时报错ModuleNotFoundError: No module named 'pandas.core.internals.managers'; '的解决方法

笔者当看到这个错误的时候一脸懵逼,在pycharm上正常运行的code 放在jupyter就不成了,于是就研究一翻。 一开始以为自己的pkl文件有问题,研究重点放在这里,最后发现不是。 然后取搜索pycharm和jupyter下的python的\Lib\site-packages\pandas\core\internals有什么不同 发现jupyter下没有pandas\core\intern

4.15 版本内核调用 init_timer()函数出错

linux/include/linux/timer.h4.15 之前版本struct timer_list {14 /*15 * All fields that change during normal runtime grouped to the16 * same cacheline17 */18 struct hl