Skip to content
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

wq start command broken #23

Closed
jfw opened this issue Nov 30, 2015 · 2 comments
Closed

wq start command broken #23

jfw opened this issue Nov 30, 2015 · 2 comments

Comments

@jfw
Copy link

jfw commented Nov 30, 2015

Running wq start as per the getting started docs doesn't work. I get an error no matter the project name given:

$ wq start mud
Usage: wq [OPTIONS] COMMAND [ARGS]...

Error: No such command "mud".

The only projectname that works is "start", but that only creates a project named "start". Using python3.3, a fresh virtualenv with only wq & dependencies installed.

@sheppard
Copy link
Member

Looks like something has changed in the newest version of click, which the wq command uses internally. I'll need to do some more investigation, but for now you can get around it by installing an older version:

pip install click==5.1

sheppard added a commit that referenced this issue Dec 9, 2015
sheppard added a commit to wq/wq.build that referenced this issue Dec 10, 2015
(wq.core requires click<6 for now; see wq/wq#23)
sheppard added a commit that referenced this issue Dec 10, 2015
@sheppard
Copy link
Member

I went ahead and released a new version of wq.core that explicitly requests the older Click version so this shouldn't be an issue anymore. Thanks for reporting this!

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

No branches or pull requests

2 participants