gpt4 book ai didi

python - 我在 seaborn import : 中面临这个问题

转载 作者:行者123 更新时间:2023-12-03 23:49:02 28 4
gpt4 key购买 nike

当我尝试在 Jupiter 笔记本中运行以下行时

> import seaborn as sns     

我收到此错误:
---------------------------------------------------------------------------
ImportError Traceback (most recent call last)
<ipython-input-2-ed9806ce3570> in <module>()
----> 1 import seaborn as sns

~/anaconda3/lib/python3.6/site-packages/seaborn/__init__.py in <module>()
8 from .palettes import *
9 from .regression import *
---> 10 from .categorical import *
11 from .distributions import *
12 from .timeseries import *

~/anaconda3/lib/python3.6/site-packages/seaborn/categorical.py in <module>()
5 from scipy import stats
6 import pandas as pd
----> 7 from pandas.core.series import remove_na
8 import matplotlib as mpl
9 from matplotlib.collections import PatchCollection

ImportError: cannot import name 'remove_na'

下面列出了依赖版本:

python 3.6.3

conda 4.8.2

NumPy 1.18.0

Pandas 1.0.1

scipy 1.1.0

matplotlib 3.1.3

这里有什么问题?

最佳答案

好的,

所以我仍然不知道,这有什么问题,但是 我确实解决了问题。

我只是卸载了seaborn

pip3 uninstall seaborn

并再次安装
pip3 install seaborn

它起作用了,这次没有错误。

但我还是不知道,第一次出了什么问题。

如果有人可以提供帮助,请分享。

关于python - 我在 seaborn import : 中面临这个问题,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/60486125/

28 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com