bartpy icon indicating copy to clipboard operation
bartpy copied to clipboard

ModuleNotFoundError: No module named 'bartpy.samplers'

Open pzivich opened this issue 3 years ago • 4 comments

On Python 3.6 I run into the following:

Traceback (most recent call last):
    import bartpy.sklearnmodel
    from bartpy.samplers.leafnode import LeafNodeSampler
ModuleNotFoundError: No module named 'bartpy.samplers'

This is for the PyPI version (v0.0.2). I also ran into the same issue with installing directly from github

pzivich avatar Dec 14 '20 18:12 pzivich