bfansports / CloudProcessingEngine

[decomissioned] Distribute and scale processes using AWS services
http://sportarchive.github.io/CloudProcessingEngine/
GNU General Public License v2.0
27 stars 6 forks source link

ImportError: No module named exceptions #8

Closed TerrificMao closed 9 years ago

TerrificMao commented 9 years ago

-rwxrwxr-x 1 ubuntu ubuntu 1882 Jul 16 09:53 decider.py -rwxrwxr-x 1 ubuntu ubuntu 1301 Jul 16 09:23 test-worker.py ubuntu@ip-172-31-26-224:~/transcode20150715/CloudProcessingEngine/CloudProcessingEngine/decider/bin$ ./decider.py Traceback (most recent call last): File "./decider.py", line 25, in from pydecider.register import register File "/usr/local/lib/python2.7/dist-packages/pydecider/init.py", line 7, in from . import activity File "/usr/local/lib/python2.7/dist-packages/pydecider/activity.py", line 12, in import yaql.exceptions ImportError: No module named exceptions

koxon commented 9 years ago

You are missing dependencies.

Do ./setup.py install or Use pip install -r requirements.txt

Once your Pythons dependencies are met, it will work.

TerrificMao commented 9 years ago

Cool, thanks so much for your support!

jsonschema.exceptions.ValidationError: {'input': {'type': 'object'}, 'required': ['input'], 'type': 'object', 'properties': None} is not valid under any of the given schemas

Failed validating 'oneOf' in schema['properties']['input_spec']: {'oneOf': [{'type': 'null'}, {'$ref': '#/definitions/input_spec'}]}

On instance['input_spec']: {'input': {'type': 'object'}, 'properties': None, 'required': ['input'], 'type': 'object'}

koxon commented 9 years ago

Which plan are you using? Make sure your yaml is correct. Use a yaml validator to ensure it's valid. On Jul 16, 2015 10:54 PM, "TerrificMao" notifications@github.com wrote:

Cool, thanks so much for your support!

jsonschema.exceptions.ValidationError: {'input': {'type': 'object'}, 'required': ['input'], 'type': 'object', 'properties': None} is not valid under any of the given schemas

Failed validating 'oneOf' in schema['properties']['input_spec']: {'oneOf': [{'type': 'null'}, {'$ref': '#/definitions/input_spec'}]}

On instance['input_spec']: {'input': {'type': 'object'}, 'properties': None, 'required': ['input'], 'type': 'object'}

— Reply to this email directly or view it on GitHub https://github.com/sportarchive/CloudProcessingEngine/issues/8#issuecomment-122155069 .