devpi :: AttributeError: 'FileUpload' object has no attribute 'value' :: when uploading

1.1k Views Asked by At

Out of the sudden, package uploads fail to devpi with the error:

AttributeError: 'FileUpload' object has no attribute 'value'
1

There are 1 best solutions below

1
On

It's a regression or API change or whatever it is in bottle you should never care about, because devpi should care about it itself by pinning the correct versions of all libraries it depends on.

Anyway, you can circumvent the trouble by installing bottle==0.11.6 before installing devpi.

$ pip install bottle==0.11.6
$ pip install devpi