Pipenv: $ pipenvinstallが機能していません。

作成日 2017年01月25日  ·  3コメント  ·  ソース: pypa/pipenv

❯ pipenv install
Creating a Pipfile for this project...
Creating a virtualenv for this project...
New python executable in /Users/jeyraof/Work/fashion-keyword/.venv/bin/python
Installing setuptools, pip, wheel...done.

Virtualenv location: /Users/jeyraof/Work/fashion-keyword/.venv
No package provided, installing all dependencies.
Pipfile found at /Users/jeyraof/Work/fashion-keyword/Pipfile. Considering this to be the project home.
Installing dependencies from Pipfile...

Traceback (most recent call last):
  File "/usr/local/bin/pipenv", line 11, in <module>
    sys.exit(cli())
  File "/Library/Python/2.7/site-packages/click/core.py", line 722, in __call__
    return self.main(*args, **kwargs)
  File "/Library/Python/2.7/site-packages/click/core.py", line 697, in main
    rv = self.invoke(ctx)
  File "/Library/Python/2.7/site-packages/click/core.py", line 1066, in invoke
    return _process_result(sub_ctx.command.invoke(sub_ctx))
  File "/Library/Python/2.7/site-packages/click/core.py", line 895, in invoke
    return ctx.invoke(self.callback, **ctx.params)
  File "/Library/Python/2.7/site-packages/click/core.py", line 535, in invoke
    return callback(*args, **kwargs)
  File "/Library/Python/2.7/site-packages/pipenv/cli.py", line 524, in install
    do_init(dev=dev, requirements=requirements, allow_global=system)
  File "/Library/Python/2.7/site-packages/pipenv/cli.py", line 378, in do_init
    click.echo(crayons.yellow('Pipfile.lock not found, creating...', err=True))
TypeError: yellow() got an unexpected keyword argument 'err'

❯

新しいプロジェクトを起動するときに、デフォルトの構造を初期化するためのコマンド$ pipenv installを送信しました。
しかし、特定のpypi-package-nameが渡されなかったため、上記のエラーが発生しました。

ただし、起動時にpypi-package-nameを渡すと、うまく機能します。
$ pip env install requests

どのように対処するのですか?

$ pipenv install (blank)悪いリクエストですか?

全てのコメント3件

修繕!

それは修正されていません$ pipenv install(空白)を実行しようとするとエラーが発生しますが、それでも悪いリクエストです。 -bash: pipenv: command not found

@allisonsnipesあなたの問題は無関係です

このページは役に立ちましたか?
0 / 5 - 0 評価