10000 ModuleNotFoundError: No module named 'RNA' · Issue #36 · ViennaRNA/forgi · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content
ModuleNotFoundError: No module named 'RNA' #36
Open
@MvanderGragt

Description

@MvanderGragt

Hi I try to run the forgi tutorial but not seem to be able.

import matplotlib.pyplot as plt
import forgi.visual.mplotlib as fvm
import forgi
cg = forgi.load_rna("examples/input/1y26.fx", allow_many=False)
fvm.plot_rna(cg, text_kwargs={"fontweight":"black"}, lighten=0.7,
             backbone_kwargs={"linewidth":3})
plt.show()

I work on macOS Mojave 10.14.6 and have installed the Vienna package as well as the forgi package. After running the above I get the error:

ModuleNotFoundError: No module named 'RNA'

Any tips on how to handle this?

Kind regards Michelle

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

      0