-
Notifications
You must be signed in to change notification settings - Fork 6
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Installation steps #43
Comments
Are you saying smashbox needs python 2.7 rather than 3.4? I've got quite some error messages here, starting with this:
Is that related or am I just doing something wrong... |
Yes, smashbox uses 2.7 and does not yet support 3.4 And, you need to install pyocclient: pip install -r requirements.txt |
yeah, I did that, but it looks like debian has 3.4 as default so everything got installed there and I get loads of errors |
That seemed to have helped at least a little, yes - I get a nice 401 now:
sorry for abusing this bugreport... |
/me goes change the readme to at least mention the python thing |
Following steps are done locally:
mkvirtualenv is a zsh extension, which uses virtualenvwrapper to create a virtual env to have an isolated python env.
cc @PVince81 @jnfrmarks Maybe improve the readme with this info.
The text was updated successfully, but these errors were encountered: