Found some problems installing this package, like this two:
pip install collective.volto.formsupport
ERROR: Could not find a version that satisfies the requirement collective.volto.formsupport
ERROR: No matching distribution found for collective.volto.formsupport
and
Processing /tmp/tmpc6jj7fybget_dist/collective.volto.formsupport-1.0.3.tar.gz
collective.volto.formsupport requires Python '==2.7, >=3.6' but the running Python is 3.7.3
No .dist-info directory after successful pip install of /tmp/tmpc6jj7fybget_dist/collective.volto.formsupport-1.0.3.tar.gz
While:
Installing instance1.
Getting distribution for 'collective.volto.formsupport==1.0.3'.
Found some problems installing this package, like this two:
and
(the latter, using zc.buildout==3.0.0b2)
This pr should fix that.