Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

modeling.utils missing from install #10

Open
AndrewYRoyal opened this issue Mar 21, 2021 · 0 comments
Open

modeling.utils missing from install #10

AndrewYRoyal opened this issue Mar 21, 2021 · 0 comments

Comments

@AndrewYRoyal
Copy link

AndrewYRoyal commented Mar 21, 2021

Hi- thanks for putting together this great package. I'm experiencing a problem when I attempt to import modeling.utils :

Traceback (most recent call last):
File "/home/ubuntu/anaconda3/envs/solaris/lib/python3.7/site-packages/ipython-7.2.0-py3.7.egg/IPython/core/interactiveshell.py", line 3267, in run_code
exec(code_obj, self.user_global_ns, self.user_ns)
File "", line 1, in
from postproc.postprocessing import get_masks_from_probs
File "/home/ubuntu/anaconda3/envs/solaris/lib/python3.7/site-packages/AutoBFE-0.1-py3.7.egg/postproc/postprocessing.py", line 13, in
from modeling.utils.metrics import Evaluator
ModuleNotFoundError: No module named 'modeling.utils'

I unzipped the "AutoBFE-0.1-py3.7.egg" file and found that indeed there wasn't any "utils" path in the "modeling" directory, though the "dataloaders" and "deeplab" paths were there. It seems that something wrong happened during the setup. Is this an issue that has appeared before? Are there any fixes? A couple other issues popped up during the install-- the "mkl" modules versions listed in the requirements are no longer available. I'm not sure if that is related somehow, but I doubt it.

Thanks for your help.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant