geopython / geopython/GeoHealthCheck

Python error loading data

Open
#461 0 comments 0 reactions 0 assignees View on GitHub
bug
Dominant language
Python
Stars
92
Forks
75
PR merge metrics
No merged PRs in 30d

Description

Tried to load data as described here

https://docs.geohealthcheck.org/en/latest/admin.html#load-data

Got this error

```
root@geohealthcheck:~/GeoHealthCheck# python3 GeoHealthCheck/models.py load tests/data/teste.json
Traceback (most recent call last):
File "/root/GeoHealthCheck/GeoHealthCheck/models.py", line 35, in
from itsdangerous import TimedJSONWebSignatureSerializer as Serializer
ImportError: cannot import name 'TimedJSONWebSignatureSerializer' from 'itsdangerous' (/usr/local/lib/python3.10/dist-packages/itsdangerous/__init__.py)
```

Ubuntu 22.04 with the latest GHC installed with docker-compose.

Contributor guide

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.