Closed voetberg closed 1 year ago
Describe the bug Problem with import post-pip install
To Reproduce Steps to reproduce the behavior: pip install git+ import deepbench
deepbench.Collection <- Produces the error
Expected behavior Would be able to import package with deepbench.module
Fix Add everything to an __init__.py
__init__.py
Describe the bug Problem with import post-pip install
To Reproduce Steps to reproduce the behavior: pip install git+
import deepbench
deepbench.Collection <- Produces the error
Expected behavior Would be able to import package with deepbench.module
Fix Add everything to an
__init__.py