Skip to content

ModuleNotFoundError: No module named 'jsonpatch' #1469

@krishnaglodha

Description

@krishnaglodha

Description
I'm trying to execute Install in 5 minutes on https://pygeoapi.io/ , and getting above mentioned error.

Steps to Reproduce
Steps to reproduce the behavior:

python3 -m venv pygeoapi
cd pygeoapi
. bin/activate
git clone https://github.com/geopython/pygeoapi.git
cd pygeoapi
pip3 install -r requirements.txt
python3 setup.py install
cp pygeoapi-config.yml example-config.yml
vi example-config.yml  # edit as required
export PYGEOAPI_CONFIG=example-config.yml
export PYGEOAPI_OPENAPI=example-openapi.yml
pygeoapi openapi generate $PYGEOAPI_CONFIG --output-file $PYGEOAPI_OPENAPI
pygeoapi serve

Screenshots/Tracebacks
Screenshot 2024-01-03 at 9 53 12 PM

Environment

  • OS: Mac OS
  • Python version: 3.11
  • pygeoapi version: latest

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't working

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions