gpt4 book ai didi

python - 导入错误: cannot import name 'constants'

转载 作者:行者123 更新时间:2023-11-30 22:05:40 37 4
gpt4 key购买 nike

我需要导入常量库,但它不起作用......

import spacy
import pandas
import textacy
import pandas as pd
from pandas import Series
from . import constants

错误:

ImportError                               Traceback (most recent call last)
<ipython-input-49-df52595371dd> in <module>()
4 import pandas as pd
5 from pandas import Series
----> 6 from . import constants

ImportError: cannot import name 'constants'

我在 Windows 10 上使用 anaconda 3 并尝试使用 conda 安装此库:

conda install -c auto constants

但是还是不行...

最佳答案

from . import constants

在当前目录中导入一个名为constants的Python文件。

我怀疑你把它安装在你的目录中?

所以只需导入常量

。意味着在当前目录中查找我相信

关于python - 导入错误: cannot import name 'constants' ,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/52926389/

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