tobegit3hub / simple_tensorflow_serving

Generic and easy-to-use serving service for machine learning models
https://stfs.readthedocs.io
Apache License 2.0
757 stars 193 forks source link

ImportError: No module named PIL #40

Closed yzxchn closed 5 years ago

yzxchn commented 5 years ago

In a clean Python 2.7 virtualenv, with the command pip install simple_tensorflow_serving, then simple_tensorflow_serving -h, I get the error ImportError: No module named PIL.

It appears that the package pillow is not installed together with simple_tensorflow_serving as a dependency.

tobegit3hub commented 5 years ago

Nice catch and thanks for reporting.

tobegit3hub commented 5 years ago

This should be resolved by https://github.com/tobegit3hub/simple_tensorflow_serving/pull/41 and release in 0.6.6 version.