We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Error:
#0 76.23 #0 76.23 CalledProcessError #0 76.23 #0 76.23 Command '['/venv/bin/python', '/opt/poetry/venv/lib/python3.10/site-packages/virtualenv/seed/wheels/embed/pip-22.3.1-py3-none-any.whl/pip', 'install', '--use-pep517', '--disable-pip-version-check', '--prefix', '/venv', '--upgrade', '--no-deps', '/venv/src/django-celery-beat']' returned non-zero exit status 1. #0 76.24 #0 76.24 at /usr/local/lib/python3.10/subprocess.py:526 in run #0 76.34 522│ # We don't call process.wait() as .__exit__ does that for us. #0 76.34 523│ raise #0 76.34 524│ retcode = process.poll() #0 76.34 525│ if check and retcode: #0 76.34 → 526│ raise CalledProcessError(retcode, process.args, #0 76.34 527│ output=stdout, stderr=stderr) #0 76.34 528│ return CompletedProcess(process.args, retcode, stdout, stderr) #0 76.34 529│ #0 76.34 530│ #0 76.34 #0 76.34 The following error occurred when trying to handle this error: #0 76.34 #0 76.34 #0 76.34 EnvCommandError #0 76.34 #0 76.34 Command ['/venv/bin/python', '/opt/poetry/venv/lib/python3.10/site-packages/virtualenv/seed/wheels/embed/pip-22.3.1-py3-none-any.whl/pip', 'install', '--use-pep517', '--disable-pip-version-check', '--prefix', '/venv', '--upgrade', '--no-deps', '/venv/src/django-celery-beat'] errored with the following return code 1, and output: #0 76.34 Processing /venv/src/django-celery-beat #0 76.34 Installing build dependencies: started #0 76.34 Installing build dependencies: finished with status 'done' #0 76.34 Getting requirements to build wheel: started #0 76.34 Getting requirements to build wheel: finished with status 'error' #0 76.34 error: subprocess-exited-with-error #0 76.34 #0 76.34 × Getting requirements to build wheel did not run successfully. #0 76.34 │ exit code: 1 #0 76.34 ╰─> [3 lines of output] #0 76.34 error in django-celery-beat setup command: 'tests_require' must be a string or list of strings containing valid project/version requirement specifiers; Expected end or semicolon (after name and no valid version specifier) #0 76.34 pytz>dev #0 76.34 ^ #0 76.34 [end of output] #0 76.34 #0 76.34 note: This error originates from a subprocess, and is likely not a problem with pip. #0 76.34 error: subprocess-exited-with-error #0 76.34 #0 76.34 × Getting requirements to build wheel did not run successfully. #0 76.34 │ exit code: 1 #0 76.34 ╰─> See above for output. #0 76.34 #0 76.34 note: This error originates from a subprocess, and is likely not a problem with pip. #0 76.34 #0 76.34 #0 76.34 at /opt/poetry/venv/lib/python3.10/site-packages/poetry/utils/env.py:1473 in _run #0 76.44 1469│ output = subprocess.check_output( #0 76.44 1470│ command, stderr=subprocess.STDOUT, env=env, **kwargs #0 76.44 1471│ ) #0 76.44 1472│ except CalledProcessError as e: #0 76.44 → 1473│ raise EnvCommandError(e, input=input_) #0 76.44 1474│ #0 76.44 1475│ return decode(output) #0 76.44 1476│ #0 76.44 1477│ def execute(self, bin: str, *args: str, **kwargs: Any) -> int: #0 76.44 #0 76.44 The following error occurred when trying to handle this error: #0 76.44 #0 76.44 #0 76.44 PoetryException #0 76.44 #0 76.44 Failed to install /venv/src/django-celery-beat #0 76.44 #0 76.44 at /opt/poetry/venv/lib/python3.10/site-packages/poetry/utils/pip.py:51 in pip_install #0 76.44 47│ #0 76.44 48│ try: #0 76.44 49│ return environment.run_pip(*args) #0 76.44 50│ except EnvCommandError as e: #0 76.44 → 51│ raise PoetryException(f"Failed to install {path.as_posix()}") from e #0 76.44 52│ #0 76.44 #0 85.53 Warning: The file chosen for install of grpcio 1.49.0 (grpcio-1.49.0-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl) is yanked. Reason for being yanked: Protos depending on descriptor.proto will fail to compile: https://github.com/grpc/grpc/issues/31020 ------ failed to solve: executor failed running [/bin/sh -c /opt/poetry/bin/poetry install --no-root]: exit code: 1
This will end up in only installing redis and postgres, which as to my understanding won't make this work (as localhost:5000 doesn't work for me)
The text was updated successfully, but these errors were encountered:
Fixed with some dependency updates.
Sorry, something went wrong.
No branches or pull requests
Error:
This will end up in only installing redis and postgres, which as to my understanding won't make this work (as localhost:5000 doesn't work for me)
The text was updated successfully, but these errors were encountered: