Skip to content

Missing dependencies and modules after prolint2 installation via pip #90

@yggrdrasil

Description

@yggrdrasil

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions