Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Python error loading data #461

Open
gioman opened this issue Nov 1, 2023 · 0 comments
Open

Python error loading data #461

gioman opened this issue Nov 1, 2023 · 0 comments
Labels

Comments

@gioman
Copy link

gioman commented Nov 1, 2023

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 <module>
    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.

@gioman gioman added the bug label Nov 1, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant