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

Fix for #39 and #40 #41

Merged
merged 3 commits into from
Dec 28, 2018
Merged

Fix for #39 and #40 #41

merged 3 commits into from
Dec 28, 2018

Conversation

yzxchn
Copy link
Contributor

@yzxchn yzxchn commented Dec 19, 2018

For #39, it appears that the issue was caused by the lines

from __future__ import absolute_import

then

from abstract_inference_service import AbstractInferenceService

The new absolute import does not allow importing sibling files without explicitly specifying the path (i.e. from .abstract_inference_service import AbstractInferenceService)

For #40, added pillow as one of the dependencies during installation.

@tobegit3hub tobegit3hub self-requested a review December 20, 2018 04:16
@tobegit3hub
Copy link
Owner

Thanks @yzxchn and I will test this PR soon.

@tobegit3hub tobegit3hub self-assigned this Dec 20, 2018
@tobegit3hub
Copy link
Owner

It works like a charm. Thanks for your contribution @yzxchn 👍

@tobegit3hub tobegit3hub merged commit e5d71ac into tobegit3hub:master Dec 28, 2018
This was referenced Dec 28, 2018
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

Successfully merging this pull request may close these issues.

None yet

2 participants