gpt4 book ai didi

Python 帮助 - 属性错误 : 'module' object has no attribute 'ArgumentParser'

转载 作者:行者123 更新时间:2023-12-01 04:52:37 39 4
gpt4 key购买 nike

我需要一些基本的帮助。使用 Python.org 中的示例我遇到以下错误

parser = argparse.ArgumentParser(description='Process some integers.')

AttributeError: 'module' object has no attribute 'ArgumentParser'

import argparse

parser = argparse.ArgumentParser()

打印 argparse.__ file__ 确认它正在调用正确的 argparse.py 文件:文件“C:\Python27\lib\argparse.py”,第 86 行,位于

此外,我还确保与其他模块没有名称冲突。事实上,仅从脚本中删除其他所有内容仍然会出现此错误。

已尝试重新安装 python 2.7.9,没有任何更改。

请帮助这个菜鸟!

最佳答案

这是因为你的文件名与模块名相同。重命名您的文件并重试。

关于Python 帮助 - 属性错误 : 'module' object has no attribute 'ArgumentParser' ,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/28097613/

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