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
I have done 400 tries building the docker contailer. None has worked.
Firefox
Linux
The python version the docker has
Latest
Just building
9197.7 ERROR: Exception: 9197.7 Traceback (most recent call last): 9197.7 File "/usr/local/lib/python3.11/site-packages/pip/_internal/cli/base_command.py", line 180, in exc_logging_wrapper 9197.7 status = run_func(*args) 9197.7 ^^^^^^^^^^^^^^^ 9197.7 File "/usr/local/lib/python3.11/site-packages/pip/_internal/cli/req_command.py", line 245, in wrapper 9197.7 return func(self, options, args) 9197.7 ^^^^^^^^^^^^^^^^^^^^^^^^^ 9197.7 File "/usr/local/lib/python3.11/site-packages/pip/_internal/commands/install.py", line 377, in run 9197.7 requirement_set = resolver.resolve( 9197.7 ^^^^^^^^^^^^^^^^^ 9197.7 File "/usr/local/lib/python3.11/site-packages/pip/_internal/resolution/resolvelib/resolver.py", line 95, in resolve 9197.7 result = self._result = resolver.resolve( 9197.7 ^^^^^^^^^^^^^^^^^ 9197.7 File "/usr/local/lib/python3.11/site-packages/pip/_vendor/resolvelib/resolvers.py", line 546, in resolve 9197.7 state = resolution.resolve(requirements, max_rounds=max_rounds) 9197.7 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 9197.7 File "/usr/local/lib/python3.11/site-packages/pip/_vendor/resolvelib/resolvers.py", line 457, in resolve 9197.7 raise ResolutionTooDeep(max_rounds) 9197.7 pip._vendor.resolvelib.resolvers.ResolutionTooDeep: 200000 9197.7 9197.7 [notice] A new release of pip is available: 24.0 -> 24.3.1 9197.7 [notice] To update, run: pip install --upgrade pip ------ Dockerfile:25 -------------------- 23 | RUN pip install Cython numpy 24 | # Install dependencies 25 | >>> RUN pip install -r requirements.txt 26 | 27 | # Copy the local package directory content into the container at /app -------------------- ERROR: failed to solve: process "/bin/sh -c pip install -r requirements.txt" did not complete successfully: exit code: 2
Just running the build command. Other things I've done to make it work are 'pip install cython numpy' because it didnt work if i did it without them.
No response
The text was updated successfully, but these errors were encountered:
I'm getting the same bug.
Sorry, something went wrong.
I have the same bug too.
No branches or pull requests
What happened?
I have done 400 tries building the docker contailer. None has worked.
What type of browser are you seeing the problem on?
Firefox
What type of Operating System are you seeing the problem on?
Linux
Python Version
The python version the docker has
Application Version
Latest
Expected Behavior
Just building
Error Message
Code to produce this issue.
Screenshots/Assets/Relevant links
No response
The text was updated successfully, but these errors were encountered: