Giter Site home page Giter Site logo

Comments (3)

muayyad-alsadi avatar muayyad-alsadi commented on August 16, 2024

please try to use the devel branch as in the readme

because the extends feature is in that branch.

BTW: this feature is removed from docker-compose file v3

from podman-compose.

yajo avatar yajo commented on August 16, 2024

BTW: this feature is removed from docker-compose file v3

Lol yes, that's why I still use v2 😛

Regarding the other thing:

[root@7332c1881663 doodba-scaffolding]# pip3 install pyyaml
WARNING: Running pip install with root privileges is generally not a good idea. Try `pip install --user` instead.
Collecting pyyaml
  Downloading https://files.pythonhosted.org/packages/e3/e8/b3212641ee2718d556df0f23f78de8303f068fe29cdaa7a91018849582fe/PyYAML-5.1.2.tar.gz (265kB)
     |████████████████████████████████| 266kB 14.5MB/s 
Installing collected packages: pyyaml
  Running setup.py install for pyyaml ... done
Successfully installed pyyaml-5.1.2

[root@7332c1881663 doodba-scaffolding]# pip3 install git+https://github.com/containers/podman-compose --user
WARNING: Running pip install with root privileges is generally not a good idea. Try `pip3 install --user` instead.
Collecting git+https://github.com/containers/podman-compose
  Cloning https://github.com/containers/podman-compose to /tmp/pip-req-build-ufn_mnb8
  Running command git clone -q https://github.com/containers/podman-compose /tmp/pip-req-build-ufn_mnb8
Requirement already satisfied: pyyaml in /usr/local/lib64/python3.7/site-packages (from podman-compose==0.1.6.dev0) (5.1.2)
Installing collected packages: podman-compose
  Running setup.py install for podman-compose ... done
Successfully installed podman-compose-0.1.6.dev0

[root@7332c1881663 doodba-scaffolding]# ~/.local/bin/podman-compose -f devel.yaml run --rm odoo bash
Traceback (most recent call last):
  File "/root/.local/bin/podman-compose", line 11, in <module>
    load_entry_point('podman-compose==0.1.6.dev0', 'console_scripts', 'podman-compose')()
  File "/root/.local/lib/python3.7/site-packages/podman_compose.py", line 1264, in main
    podman_compose.run()
  File "/root/.local/lib/python3.7/site-packages/podman_compose.py", line 739, in run
    self._parse_compose_file()
  File "/root/.local/lib/python3.7/site-packages/podman_compose.py", line 819, in _parse_compose_file
    flat_deps(services, with_extends=True)
  File "/root/.local/lib/python3.7/site-packages/podman_compose.py", line 614, in flat_deps
    rec_deps(services, name)
  File "/root/.local/lib/python3.7/site-packages/podman_compose.py", line 593, in rec_deps
    new_deps = rec_deps(services, dep_name, start_point)
  File "/root/.local/lib/python3.7/site-packages/podman_compose.py", line 593, in rec_deps
    new_deps = rec_deps(services, dep_name, start_point)
  File "/root/.local/lib/python3.7/site-packages/podman_compose.py", line 593, in rec_deps
    new_deps = rec_deps(services, dep_name, start_point)
  [Previous line repeated 991 more times]
  File "/root/.local/lib/python3.7/site-packages/podman_compose.py", line 586, in rec_deps
    for dep_name in deps.copy():
RecursionError: maximum recursion depth exceeded while calling a Python object

from podman-compose.

yajo avatar yajo commented on August 16, 2024

After #76 was fixed, it works fine. Thanks!

from podman-compose.

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.