Giter Club home page Giter Club logo

Comments (18)

dimbleby avatar dimbleby commented on August 17, 2024

13:35:37 #60 7.232 if sys.path[0] in ("", os.getcwd()):
13:35:37 #60 7.232 ^^^^^^^^^^^
13:35:37 #60 7.232 FileNotFoundError: [Errno 2] No such file or directory

this is going to be a problem with your dockerfile and not with poetry

from poetry.

ilusha0561 avatar ilusha0561 commented on August 17, 2024

#59 [app 7/9] RUN poetry install --no-root
13:49:15  #59 0.808 Skipping virtualenv creation, as specified in config file.
13:49:15  #59 0.901 Updating dependencies
13:49:15  #59 0.901 Resolving dependencies...
13:49:22  #59 7.222
13:49:22  #59 7.222 Unable to determine package info for path: /usr/local/src/project
13:49:22  #59 7.222
13:49:22  #59 7.222 Command ['/tmp/tmp6me8g_3e/.venv/bin/python', '-m', 'pip', 'install', '--disable-pip-version-check', '--ignore-installed', '--no-input', 'build==1.0.3', 'pyproject_hooks==1.0.0'] errored with the following return code 1
13:49:22  #59 7.222
13:49:22  #59 7.222 Output:
13:49:22  #59 7.222 Traceback (most recent call last):
13:49:22  #59 7.222 File "", line 198, in _run_module_as_main
13:49:22  #59 7.222 File "", line 88, in _run_code
13:49:22  #59 7.222 File "/tmp/tmp6me8g_3e/.venv/lib/python3.11/site-packages/pip/main.py", line 8, in
13:49:22  #59 7.222 if sys.path[0] in ("", os.getcwd()):
13:49:22  #59 7.222 ^^^^^^^^^^^
13:49:22  #59 7.222 FileNotFoundError: [Errno 2] No such file or directory
13:49:22  #59 7.222
13:49:22  #59 7.222 No fallback setup.py file was found to generate egg_info.
13:49:22  #59 ERROR: process "/bin/sh -c poetry install --no-root" did not complete successfully: exit code: 1
13:49:22  failed to solve: process "/bin/sh -c poetry install --no-root" did not complete successfully: exit code: 1
13:49:22  ------
13:49:22  > [flower 7/9] RUN poetry install --no-root:
13:49:22  7.222 Output:
13:49:22  7.222 Traceback (most recent call last):
13:49:22  7.222 File "", line 198, in _run_module_as_main
13:49:22  7.222 File "", line 88, in _run_code
13:49:22  7.222 File "/tmp/tmp6me8g_3e/.venv/lib/python3.11/site-packages/pip/main.py", line 8, in
13:49:22  7.222 if sys.path[0] in ("", os.getcwd()):
13:49:22  7.222 ^^^^^^^^^^^
13:49:22  7.222 FileNotFoundError: [Errno 2] No such file or directory

from poetry.

ilusha0561 avatar ilusha0561 commented on August 17, 2024

full logs

from poetry.

dimbleby avatar dimbleby commented on August 17, 2024

django-gantt = { git = "https://git.omega-r.club/SM_SP/project.git", branch = "Backend" }

looks like nonsense?

from poetry.

ilusha0561 avatar ilusha0561 commented on August 17, 2024

yes

from poetry.

ilusha0561 avatar ilusha0561 commented on August 17, 2024

https://git.omega-r.club/SM_SP/project/-/blob/Backend/django-gantt.git ?

from poetry.

ilusha0561 avatar ilusha0561 commented on August 17, 2024

django-gantt = { git = "https://git.omega-r.club/SM_SP/project/-/blob/main/django-gantt.git?ref_type=heads" }

from poetry.

ilusha0561 avatar ilusha0561 commented on August 17, 2024

#60 [flower 7/9] RUN poetry install --no-root
16:32:36  #60 0.757 Skipping virtualenv creation, as specified in config file.
16:32:36  #60 0.927 Updating dependencies
16:32:36  #60 0.927 Resolving dependencies...
16:32:37  #60 1.776
16:32:37  #60 1.776 Redirected from URL https://git.omega-r.club/SM_SP/project/-/blob/main/django-gantt.git/info/refs?service=git-upload-pack to URL https://git.omega-r.club/SM_SP/project/-/tree/main without info/refs?service=git-upload-pack
16:32:37  #60 ERROR: process "/bin/sh -c poetry install --no-root" did not complete successfully: exit code: 1
16:32:37  ------
16:32:37  > [celery_beat 7/9] RUN poetry install --no-root:
16:32:37  0.757 Skipping virtualenv creation, as specified in config file.
16:32:37  0.927 Updating dependencies
16:32:37  0.927 Resolving dependencies...
16:32:37  1.776
16:32:37  1.776 Redirected from URL https://git.omega-r.club/SM_SP/project/-/blob/main/django-gantt.git/info/refs?service=git-upload-pack to URL https://git.omega-r.club/SM_SP/project/-/tree/main without info/refs?service=git-upload-pack
16:32:37  ------
16:32:37  failed to solve: process "/bin/sh -c poetry install --no-root" did not complete successfully: exit code: 1
16:32:37  Process exited with code 17
16:32:37  Process exited with code 17 (Step: Build and Deploy (Command Line))
16:32:37  Step Build and Deploy (Command Line) failed
16:32:37 Stopping performance monitoring process
16:32:41 Performance monitoring process stopped
16:32:41 Publishing performance monitoring build stages data

from poetry.

ilusha0561 avatar ilusha0561 commented on August 17, 2024

help lpease

from poetry.

dimbleby avatar dimbleby commented on August 17, 2024

read the docs https://python-poetry.org/docs/dependency-specification/#git-dependencies

from poetry.

ilusha0561 avatar ilusha0561 commented on August 17, 2024

from poetry.

ilusha0561 avatar ilusha0561 commented on August 17, 2024

from poetry.

ilusha0561 avatar ilusha0561 commented on August 17, 2024

from poetry.

ilusha0561 avatar ilusha0561 commented on August 17, 2024

from poetry.

ilusha0561 avatar ilusha0561 commented on August 17, 2024

from poetry.

ilusha0561 avatar ilusha0561 commented on August 17, 2024

from poetry.

ilusha0561 avatar ilusha0561 commented on August 17, 2024

from poetry.

ilusha0561 avatar ilusha0561 commented on August 17, 2024

from poetry.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.