You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Mar 10, 2021. It is now read-only.
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.
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
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.
The text was updated successfully, but these errors were encountered: