loosolab / jlu-bda-2020

Code repository for the JLU practical in Biodatenanalyse in winter 2020/2021
MIT License
0 stars 1 forks source link

Missing dependency #42

Closed hschult closed 3 years ago

hschult commented 3 years ago

The regex module is not in your conda environment! Please make sure all dependencies are installed.

https://github.com/loosolab/jlu-bda-2020/blob/e0598d845d535dde5f648ac76c6315da5452884f/bin/tf_analyzer.py#L13

Traceback (most recent call last):
  File "/mnt/workspace/hschult/jlu-bda-2020/bin/tf_analyzer.py", line 13, in <module>
    import regex
ModuleNotFoundError: No module named 'regex'
JonnyCodewalker commented 3 years ago

The dependency has been added, a rebuild of the environment will be required if it wasn't manually installed.