Since the last Pypi version (3.2.2) I'm getting this error:
Traceback (most recent call last):
File "/home/alberto/anaconda3/bin/pydap", line 10, in <module>
sys.exit(main())
File "/home/alberto/anaconda3/lib/python3.7/site-packages/pydap/wsgi/app.py", line 225, in main
from gunicorn.app.pasterapp import PasterServerApplication
ImportError: cannot import name 'PasterServerApplication' from 'gunicorn.app.pasterapp'
(/home/alberto/anaconda3/lib/python3.7/site-packages/gunicorn/app/pasterapp.py)
I'm running Python 3.7. It seems that the gunicorn 20.0 update broke pydap. Downgrading to gunicorn 19.9 fixes the issue