python报错锦集(自己整理用)

2022-04-20  本文已影响0人  微笑的AK47

主要是自己记录整理错误用

1. post() missing 1 required positional argument: 'self'

在调取方法是,忘记实例化

2:test_1_api_demo() takes 1 positional argument but 2 were given

缺少给多了

3.ERROR: Could not find a version that satisfies the requirement yaml (from versions: none) ERROR: No matching distribution found for yaml

ymal文件格式 不熟悉,格式错误导致  字典 

上一篇下一篇

猜你喜欢

热点阅读