Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
突然之间,包上传失败并出现以下错误:
AttributeError: 'FileUpload' object has no attribute 'value'
这是一个回归或 API 更改或任何bottle你不应该关心的东西,因为devpi应该通过固定它所依赖的所有库的正确版本来关心它本身。
bottle
devpi
无论如何,您可以通过bottle==0.11.6在安装 devpi 之前安装来规避麻烦。
bottle==0.11.6
$ pip install bottle==0.11.6 $ pip install devpi