Out of the sudden, package uploads fail to devpi with the error:
AttributeError: 'FileUpload' object has no attribute 'value'
Out of the sudden, package uploads fail to devpi with the error:
AttributeError: 'FileUpload' object has no attribute 'value'
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