thoth-station / result-api

API service that handles data storing in project Thoth
https://thoth-station.github.io/
GNU General Public License v3.0
0 stars 5 forks source link

Failed to replicate environment for updates #399

Closed sesheta closed 4 years ago

sesheta commented 4 years ago

Unable to replicate environment provided in Pipfile.lock. Linked SHA - dff615db673406603919f11f2ec8eb05e240fa2a

Most likely the deployment build will fail.

Command
  $ pipenv sync --dev
Standard output ``` Installing dependencies from Pipfile.lock (19606a)… Installing initially failed dependencies… ```
Standard error ``` An error occurred while installing jsonformatter==0.2.1 --hash=sha256:6eedd8a8a940f3254d7be2d1d1bde3f1644f675e11971490d80815f31db84c33! Will try again. [pipenv.exceptions.InstallError]: File "/home/user/.local/share/virtualenvs/user-5PivF_Od/lib/python3.6/site-packages/pipenv/core.py", line 2611, in do_sync [pipenv.exceptions.InstallError]: system=system, [pipenv.exceptions.InstallError]: File "/home/user/.local/share/virtualenvs/user-5PivF_Od/lib/python3.6/site-packages/pipenv/core.py", line 1253, in do_init [pipenv.exceptions.InstallError]: pypi_mirror=pypi_mirror, [pipenv.exceptions.InstallError]: File "/home/user/.local/share/virtualenvs/user-5PivF_Od/lib/python3.6/site-packages/pipenv/core.py", line 859, in do_install_dependencies [pipenv.exceptions.InstallError]: retry_list, procs, failed_deps_queue, requirements_dir, **install_kwargs [pipenv.exceptions.InstallError]: File "/home/user/.local/share/virtualenvs/user-5PivF_Od/lib/python3.6/site-packages/pipenv/core.py", line 763, in batch_install [pipenv.exceptions.InstallError]: _cleanup_procs(procs, not blocking, failed_deps_queue, retry=retry) [pipenv.exceptions.InstallError]: File "/home/user/.local/share/virtualenvs/user-5PivF_Od/lib/python3.6/site-packages/pipenv/core.py", line 681, in _cleanup_procs [pipenv.exceptions.InstallError]: raise exceptions.InstallError(c.dep.name, extra=err_lines) [pipenv.exceptions.InstallError]: ['Looking in indexes: https://pypi.python.org/simple'] [pipenv.exceptions.InstallError]: ['ERROR: Could not find a version that satisfies the requirement jsonformatter==0.2.1 (from -r /tmp/pipenv-7l7yqq_5-requirements/pipenv-628lf0rx-requirement.txt (line 1)) (from versions: 0.1.3, 0.1.4, 0.2.3)', 'ERROR: No matching distribution found for jsonformatter==0.2.1 (from -r /tmp/pipenv-7l7yqq_5-requirements/pipenv-628lf0rx-requirement.txt (line 1))'] ERROR: ERROR: Package installation failed... ```
Environment details ``` Kebechet version: 1.0.0 Python version: 3.6.8 Platform: Linux-3.10.0-957.21.2.el7.x86_64-x86_64-with-redhat-8.2-Ootpa pipenv version: pipenv, version 2018.11.26 ```

For more information, see Pipfile and Pipfile.lock.