You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: