geopython / geopython/GeoHealthCheck
Python error loading data
- 主要言語
- Python
- スター
- 92
- フォーク
- 75
- PR マージ指標
- 30日以内にマージされた PR はありません
説明
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.
コントリビューションガイド
調査の方向性
トレースバックは、`python3 GeoHealthCheck/models.py load tests/data/teste.json`の実行中に GeoHealthCheck/models.py の35行目を指しています。まず、報告された環境でそのコマンドを再現し、インストールされている itsdangerous のバージョンを確認してください。完了の条件は、文書化されているデータ読み込みコマンドがこの import error なしで動作し、その動作がインストールまたは依存関係の案内に反映されていることです。
索引モデルが issue の本文から書いたものです。
評価
- 技術スタック
- docker-compose, python
- 領域
- backend
- issue の種類
- バグ
- 難易度
- 3/5
- 見積もり時間
- 1〜2日
- 活発さ
- 停滞
- 明瞭さ
- おおむね明確
- 初心者へのやさしさ
- 35/100