Hello,
After installing prolint2 on Ubuntu 22.04 with:
conda create -n prolint2 python=3.8
conda activate prolint2
pip install prolint2
I find the following missing dependencies: seaborn, logomaker (which can be installed afterwards).
The following module is also not getting installed: prolint2.plotting
Error:
from prolint2.plotting.utils import *
ModuleNotFoundError: No module named 'prolint2.plotting'
Would it be possible to fix this?
Thank you.
Hello,
After installing prolint2 on Ubuntu 22.04 with:
conda create -n prolint2 python=3.8
conda activate prolint2
pip install prolint2
I find the following missing dependencies: seaborn, logomaker (which can be installed afterwards).
The following module is also not getting installed: prolint2.plotting
Error:
from prolint2.plotting.utils import *
ModuleNotFoundError: No module named 'prolint2.plotting'
Would it be possible to fix this?
Thank you.