mortazavilab / swan_vis

A Python library to visualize and analyze long-read transcriptomes
https://freese.gitbook.io/swan/
MIT License
57 stars 11 forks source link

cannot load swan into python using recommended installation method #3

Open smorabit opened 4 years ago

smorabit commented 4 years ago

Hi, first of all thank you for developing this wonderful software package! I am using a trying to use Swan on a 2019 MacBook Pro (Catalina), and I came across an issue while installing Swan.

I tried installing this package using pip install swan_vis as recommended, however I could not import the library into python. I actually had to use pip3 install swan_vis in order to get it to work properly.

Thanks,

Sam