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
bottleyou should never care about, becausedevpishould 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.6before installing devpi.