Skip to content

Issue importing larcv #53

@bear-is-asleep

Description

@bear-is-asleep

Hello again! I'm working on Linux Mint 19.1, python 3.10.4, and have installed larcv from the source. I get the the following error when running from larcv import larcv

File ~/larcv3/larcv/__init__.py:2, in <module>
----> [2] from . pylarcv import *

ModuleNotFoundError: No module named 'larcv.pylarcv'

I get the same error from larcv3 import larcv

File ~/larcv3/larcv/__init__.py:2, in <module>
----> [2] from . pylarcv import *

ModuleNotFoundError: No module named 'larcv3.larcv.pylarcv'

I don't see a pylarcv even in the github repository, so what is this line in __init__.py trying to do? Thanks!

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