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.
突然、パッケージのアップロードが次のエラーで devpi に失敗します。
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