blob: 0174560e0fca34fe4b40f0121fdb845c9af7e9d8 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
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.
|