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'
Copyright © 2021 Jogjafile Inc.
It's a regression or API change or whatever it is in
bottle
you should never care about, becausedevpi
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.