facebookarchive / huxley

A testing system for catching visual regressions in Web applications.
Apache License 2.0
4.07k stars 286 forks source link

crash on startup #21

Closed klausbreyer closed 11 years ago

klausbreyer commented 11 years ago

I am in the examples directory and huxley crashes. Just installed it. localhost:examples kb1$ huxley --record Traceback (most recent call last): File "/usr/local/bin/huxley", line 5, in from pkg_resources import load_entry_point File "/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/pkg_resources.py", line 2607, in parse_requirements(requires), Environment() File "/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/pkg_resources.py", line 565, in resolve raise DistributionNotFound(req) # XXX put more info here pkg_resources.DistributionNotFound: jsonpickle==0.4.0 localhost:examples kb1$

davewasmer commented 11 years ago

Had a similar issue, and found that manually installing the dependencies worked (pip install jsonpickle).

klausbreyer commented 11 years ago

Allready installed all dependencies manually. :(

klausbreyer commented 11 years ago

kb1$ sudo pip install --upgrade huxley fixed it

petehunt commented 11 years ago

Thanks for the report