gpt4 book ai didi

python-3.7 - Oandapy API 上的属性错误

转载 作者:行者123 更新时间:2023-12-02 03:14:40 24 4
gpt4 key购买 nike

我正在尝试为算法交易编写“100 行 Python 代码”,但由于属性错误而提前停止。

我正在使用 sublime text 并在 python 3.7 上运行它。

这是我使用的代码:

import configparser
import oandapy as opy

config = configparser.ConfigParser()
config.read("oanda.cfg")

oanda = opy.API(environment = "practice",
access_token = config["oanda"] ["access_token"] )

结果如下:

Traceback (most recent call last):
File "100lines.py", line 7, in <module>
oanda = opy.API(environment = "practice",
AttributeError: module 'oandapy' has no attribute 'API'

最佳答案

试试这个:

# Print all attributes/functions in module
print(dir(opy))

并检查存在的模块

我认为您必须使用“APIv20”而不仅仅是“API”

关于python-3.7 - Oandapy API 上的属性错误,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/56508738/

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