Skip to content

ImportError: cannot import name 'PasterServerApplication' from 'gunicorn.app.pasterapp'  #207

@albertotb

Description

@albertotb

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions