Skip to content
This repository was archived by the owner on Mar 10, 2021. It is now read-only.

Docker image lacks setuptools and predictionio python modules #11

Open
BenParker22 opened this issue Aug 9, 2016 · 0 comments
Open

Comments

@BenParker22
Copy link

Once the images were loaded from the README trying to run one of the templates gave me :
Traceback (most recent call last):
File "examples/import_handmade.py", line 5, in
import predictionio
ImportError: No module named predictionio

I then tried to pip install predictionio giving me:

root@faa890be34c4:/# pip install predictionio
Collecting predictionio
Downloading PredictionIO-0.9.8.tar.gz
Complete output from command python setup.py egg_info:
Traceback (most recent call last):
File "", line 1, in
ImportError: No module named setuptools

Finally. using pip install -U setuptools and then pip install predictionio, I got the template working correctly.

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

No branches or pull requests

1 participant