Giter Club home page Giter Club logo

Comments (5)

frol avatar frol commented on May 26, 2024 1

It seems like you are using Invoke <0.13. Either update it or wait a couple of hours while I backport all new features and fixes back to this example project.

from flask-restplus-server-example.

ilaif avatar ilaif commented on May 26, 2024

Thanks! However:

 ยป pip show invoke
Name: invoke
Version: 0.13.0
Summary: Pythonic task execution
Home-page: http://docs.pyinvoke.org
Author: Jeff Forcier
Author-email: [email protected]
License: BSD
Location: /usr/local/lib/python2.7/site-packages
Requires: 

from flask-restplus-server-example.

frol avatar frol commented on May 26, 2024

Maybe it is the other way around... Try downgrading it to <0.13.

from flask-restplus-server-example.

ilaif avatar ilaif commented on May 26, 2024

Thanks, I've downgraded and upgraded pip and now it's no longer an issue.

Now I'm having a problem with migrations:

2016-11-18 17:10:47,940 [INFO] [tasks.app.dependencies] Swagger UI is installed.
/Users/ilaif/.virtualenvs/flask_restplus_example/lib/python2.7/site-packages/flask/exthook.py:71: ExtDeprecationWarning: Importing flask.ext.babel is deprecated, use flask_babel instead.
  .format(x=modname), ExtDeprecationWarning
Traceback (most recent call last):
  File "/Users/ilaif/.virtualenvs/flask_restplus_example/bin/inv", line 11, in <module>
    sys.exit(program.run())
  File "/Users/ilaif/.virtualenvs/flask_restplus_example/lib/python2.7/site-packages/invoke/program.py", line 270, in run
    self.execute()
  File "/Users/ilaif/.virtualenvs/flask_restplus_example/lib/python2.7/site-packages/invoke/program.py", line 379, in execute
    executor.execute(*self.tasks)
  File "/Users/ilaif/.virtualenvs/flask_restplus_example/lib/python2.7/site-packages/invoke/executor.py", line 114, in execute
    result = call.task(*args, **call.kwargs)
  File "/Users/ilaif/.virtualenvs/flask_restplus_example/lib/python2.7/site-packages/invoke/tasks.py", line 113, in __call__
    result = self.body(*args, **kwargs)
  File "/Users/ilaif/Desktop/flask-restplus-server-example/tasks/app/run.py", line 37, in run
    context.invoke_execute(context, 'app.db.upgrade', app=app)
  File "/Users/ilaif/Desktop/flask-restplus-server-example/tasks/__init__.py", line 72, in invoke_execute
    results = Executor(namespace, config=context.config).execute((command_name, kwargs))
  File "/Users/ilaif/.virtualenvs/flask_restplus_example/lib/python2.7/site-packages/invoke/executor.py", line 114, in execute
    result = call.task(*args, **call.kwargs)
  File "/Users/ilaif/.virtualenvs/flask_restplus_example/lib/python2.7/site-packages/invoke/tasks.py", line 113, in __call__
    result = self.body(*args, **kwargs)
  File "/Users/ilaif/Desktop/flask-restplus-server-example/tasks/app/_utils.py", line 56, in wrapper
    return func(*args, **kwargs)
TypeError: upgrade() takes at least 1 argument (0 given)

Really appreciating your help, I think I'm close :)

from flask-restplus-server-example.

frol avatar frol commented on May 26, 2024

Please, try the latest master. Both invoke 0.12 and 0.13 should work.

from flask-restplus-server-example.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.