Observed on macOS, pipenv install -e .[all] fails :
cd2h-repo-project/(96_contact_us_form)$ pipenv install -e .[all]
Installing -e .[all]…
Adding cd2h-repo-project to Pipfile's [packages]…
✔ Installation Succeeded
Pipfile.lock (32fd9e) out of date, updating to (8fc8f2)…
Locking [dev-packages] dependencies…
✔ Success!
Locking [packages] dependencies…
⠦ Pinning VCS Packages...Branch 113_fix_dependencies set up to track remote branch 113_fix_dependencies from origin.
Switched to a new branch '113_fix_dependencies'
⠋ Pinning VCS Packages...Branch make_non_pre set up to track remote branch make_non_pre from origin.
Switched to a new branch 'make_non_pre'
⠦ Pinning VCS Packages...Branch make_non_pre set up to track remote branch make_non_pre from origin.
Switched to a new branch 'make_non_pre'
⠋ Pinning VCS Packages...Branch temporary-galter-first-depoloyment set up to track remote branch temporary-galter-first-depoloyment from origin.
Switched to a new branch 'temporary-galter-first-depoloyment'
✔ Success!
Traceback (most recent call last):
File "/usr/local/Cellar/pipenv/2018.11.26/libexec/bin/pipenv", line 11, in <module>
load_entry_point('pipenv==2018.11.26', 'console_scripts', 'pipenv')()
File "/usr/local/Cellar/pipenv/2018.11.26/libexec/lib/python3.7/site-packages/pipenv/vendor/click/core.py", line 764, in __call__
return self.main(*args, **kwargs)
File "/usr/local/Cellar/pipenv/2018.11.26/libexec/lib/python3.7/site-packages/pipenv/vendor/click/core.py", line 717, in main
rv = self.invoke(ctx)
File "/usr/local/Cellar/pipenv/2018.11.26/libexec/lib/python3.7/site-packages/pipenv/vendor/click/core.py", line 1137, in invoke
return _process_result(sub_ctx.command.invoke(sub_ctx))
File "/usr/local/Cellar/pipenv/2018.11.26/libexec/lib/python3.7/site-packages/pipenv/vendor/click/core.py", line 956, in invoke
return ctx.invoke(self.callback, **ctx.params)
File "/usr/local/Cellar/pipenv/2018.11.26/libexec/lib/python3.7/site-packages/pipenv/vendor/click/core.py", line 555, in invoke
return callback(*args, **kwargs)
File "/usr/local/Cellar/pipenv/2018.11.26/libexec/lib/python3.7/site-packages/pipenv/vendor/click/decorators.py", line 64, in new_func
return ctx.invoke(f, obj, *args, **kwargs)
File "/usr/local/Cellar/pipenv/2018.11.26/libexec/lib/python3.7/site-packages/pipenv/vendor/click/core.py", line 555, in invoke
return callback(*args, **kwargs)
File "/usr/local/Cellar/pipenv/2018.11.26/libexec/lib/python3.7/site-packages/pipenv/vendor/click/decorators.py", line 17, in new_func
return f(get_current_context(), *args, **kwargs)
File "/usr/local/Cellar/pipenv/2018.11.26/libexec/lib/python3.7/site-packages/pipenv/cli/command.py", line 254, in install
editable_packages=state.installstate.editables,
File "/usr/local/Cellar/pipenv/2018.11.26/libexec/lib/python3.7/site-packages/pipenv/core.py", line 1992, in do_install
skip_lock=skip_lock,
File "/usr/local/Cellar/pipenv/2018.11.26/libexec/lib/python3.7/site-packages/pipenv/core.py", line 1221, in do_init
pypi_mirror=pypi_mirror,
File "/usr/local/Cellar/pipenv/2018.11.26/libexec/lib/python3.7/site-packages/pipenv/core.py", line 1068, in do_lock
lockfile=lockfile
File "/usr/local/Cellar/pipenv/2018.11.26/libexec/lib/python3.7/site-packages/pipenv/utils.py", line 682, in venv_resolve_deps
lockfile[lockfile_section][k].update(v)
KeyError: 'pywebpack'
Sometimes the keyword is pynpm or flask-webpackext. We suspect pipenv 2018.11.26 :dagger:
Observed on macOS,
pipenv install -e .[all]
fails :Sometimes the keyword is
pynpm
orflask-webpackext
. We suspect pipenv 2018.11.26 :dagger: