Skip to content
New issue

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

🐛 [Bug]: Docker not working when initialising #147

Open
albvalort opened this issue Nov 16, 2024 · 2 comments
Open

🐛 [Bug]: Docker not working when initialising #147

albvalort opened this issue Nov 16, 2024 · 2 comments
Labels
bug Something isn't working

Comments

@albvalort
Copy link

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

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

Code to produce this issue.

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.

Screenshots/Assets/Relevant links

No response

@albvalort albvalort added the bug Something isn't working label Nov 16, 2024
@adamesalles
Copy link

I'm getting the same bug.

@DoubleFlowerLover
Copy link

I have the same bug too.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

3 participants