diff options
author | Frederick Muriuki Muriithi | 2022-09-19 06:48:48 +0300 |
---|---|---|
committer | Frederick Muriuki Muriithi | 2022-09-19 06:48:48 +0300 |
commit | cc62775ecc0c46d971d283bcf0f39847f0c20a7f (patch) | |
tree | 2357e586a991711b9b335e1e00e7f59397d02d8c | |
parent | 72882e7d5206fed073c9f910a914a37c4e928817 (diff) | |
download | gn-gemtext-cc62775ecc0c46d971d283bcf0f39847f0c20a7f.tar.gz |
issues: new issue
-rw-r--r-- | issues/missing-python-modules-for-gn3.gmi | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/issues/missing-python-modules-for-gn3.gmi b/issues/missing-python-modules-for-gn3.gmi new file mode 100644 index 0000000..0174560 --- /dev/null +++ b/issues/missing-python-modules-for-gn3.gmi @@ -0,0 +1,16 @@ +# Missing Python Module(s) for GeneNetwork3 + +## Tags + +* type: bug +* priority: high +* status: open +* keywords: python-modules + +## Description + +Missing modules when you try launching genenetwork3 locally: + +* python-typing-extensions + +The module needs to be added as a dependency, or the import removed if the module is not in use. |