Cornices / cornice

Build Web Services with Pyramid.
https://cornice.readthedocs.io
Other
384 stars 149 forks source link

quickstart guide is broken #568

Closed jugmac00 closed 2 years ago

jugmac00 commented 2 years ago

Fourth step:

$ python setup.py develop
/home/jugmac00/Tests/cornice/venv/lib/python3.8/site-packages/setuptools/_distutils/dist.py:275: UserWarning: Unknown distribution option: 'paster_plugins'
  warnings.warn(msg)
error in test-cornice setup command: ("EntryPoint must be in 'name=module:attrs [extras]' format", 'main=test-cornice:main')
jugmac00 commented 2 years ago

I tried again - and now it seems to work. Can't reproduce the error, closing this.