-
Notifications
You must be signed in to change notification settings - Fork 5
Open
Description
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
Labels
No labels