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

Docker Run with ImportError: No module named tensorflow_inference_service #17

Closed
leepengcheng opened this issue Jun 30, 2018 · 2 comments

Comments

@leepengcheng
Copy link

Traceback (most recent call last):
File "/usr/local/bin/simple_tensorflow_serving", line 11, in
load_entry_point('simple-tensorflow-serving==0.4.1', 'console_scripts', 'simple_tensorflow_serving')()
File "/usr/local/lib/python2.7/site-packages/pkg_resources/init.py", line 476, in load_entry_point
return get_distribution(dist).load_entry_point(group, name)
File "/usr/local/lib/python2.7/site-packages/pkg_resources/init.py", line 2700, in load_entry_point
return ep.load()
File "/usr/local/lib/python2.7/site-packages/pkg_resources/init.py", line 2318, in load
return self.resolve()
File "/usr/local/lib/python2.7/site-packages/pkg_resources/init.py", line 2324, in resolve
module = import(self.module_name, fromlist=['name'], level=0)
File "/usr/local/lib/python2.7/site-packages/simple_tensorflow_serving-0.4.1-py2.7.egg/simple_tensorflow_serving/server.py", line 20, in
from tensorflow_inference_service import TensorFlowInferenceService
ImportError: No module named tensorflow_inference_service

@chiragjn
Copy link
Contributor

chiragjn commented Jul 9, 2018

Facing the same issue. PyPI package seems to be broken as well.
Build fails and installs as unknown-0.0.0

@tobegit3hub
Copy link
Owner

Thanks have been fixed by #20 .

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

3 participants