Skip to content
This repository has been archived by the owner on Dec 24, 2020. It is now read-only.

[Solution] TypeError: generate() got an unexpected keyword argument 'swagger' #68

Closed
FudanYuan opened this issue Mar 4, 2019 · 5 comments
Labels

Comments

@FudanYuan
Copy link

When run the command "./control.sh start" to start the service, there exists the error message in the console. I want to know how to fix it or what environment should I install, thanks. Current environment is Mac OS 10.14.2, python 3.6.3, Node.js 6.4.1.

@mistycheney
Copy link

I also encounter this problem on Ubuntu 16.04 with Node.js v11.11.0

@wang23795
Copy link

I have encountered this problem on centos7 with node.js6

@wang23795
Copy link

I solved this problem by:pip uninstall click && pip install click==6.7

@mistycheney
Copy link

Thanks! That solves the problem.

@lithces
Copy link

lithces commented Apr 10, 2019

similar issue, solved by manually install click==6.7 in venv.

@minorcong minorcong added the TODO label Apr 22, 2019
@minorcong minorcong pinned this issue Apr 22, 2019
@minorcong minorcong changed the title TypeError: generate() got an unexpected keyword argument 'swagger' [Solution] TypeError: generate() got an unexpected keyword argument 'swagger' Apr 22, 2019
minorcong added a commit to minorcong/Curve that referenced this issue May 13, 2019
minorcong added a commit that referenced this issue May 13, 2019
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Projects
None yet
Development

No branches or pull requests

5 participants