What are the Slack Archives?
It’s a history of our time together in the Slack Community! There’s a ton of knowledge in here, so feel free to search through the archives for a possible answer to your question.
Because this space is not active, you won’t be able to create a new post or comment here. If you have a question or want to start a discussion about something, head over to our categories and pick one to post in! You can always refer back to a post from Slack Archives if needed; just copy the link to use it as a reference..
does anyone uses a Mac and Docker Desktop (
does anyone uses a Mac and Docker Desktop (https://docs.spryker.com/docs/scos/dev/setup/installing-spryker-with-docker/docker-in[…]-prerequisites/installing-docker-prerequisites-on-macos.html and https://docs.spryker.com/docs/scos/dev/setup/installing-spryker-with-docker/installat[…]uides/installing-in-development-mode-on-macos-and-linux.html ) and get the error: "Error: unknown command "compose" for "mutagen""?
Comments
-
Sounds like mutagen version problem.
Support for Docker Compose is new in Mutagen v0.12 (which is still in beta) so you'll need to install it from the Mutagen beta channel
0 -
But at the same time
brew install mutagen-io/mutagen/mutagen-beta will install 0.13.0 instead of 0.13.0-alpha4 - this leads to no compose support. I can not make it work to got back to alpha-4 yet. any ideas?
0 -
i think it don't work anymore
0 -
fsmeier Senior Software Engineer & Developer Enablement Advocate Sprykee Posts: 1,084 ⚖️ - Guardians (admin)
heyhey, it is currently not working anymore. I try to clearify internally and in the mutagen-slack-channel
0 -
thanks for your help @florian.scholz
0 -
fsmeier Senior Software Engineer & Developer Enablement Advocate Sprykee Posts: 1,084 ⚖️ - Guardians (admin)
Can you please try the following and report back?
Seems to work:
Optional:
brew uninstall mutagen-io/mutagen/mutagen-beta
Needed:
cd "$(brew --repo mutagen-io/homebrew-mutagen)" && \ git checkout bd8b45734ceebb24a9b11cbae7ff9f1623cfb737 && \ HOMEBREW_NO_AUTO_UPDATE=1 brew install mutagen-io/mutagen/mutagen-beta && \ mutagen daemon stop && \ mutagen daemon start && \ cd -
0 -
i have to unlink the old version and execute:
brew link mutagen-beta
After deamon stop and start it works
0 -
fsmeier Senior Software Engineer & Developer Enablement Advocate Sprykee Posts: 1,084 ⚖️ - Guardians (admin)
can you try mutagen daemon restart ?
0 -
fsmeier Senior Software Engineer & Developer Enablement Advocate Sprykee Posts: 1,084 ⚖️ - Guardians (admin)
kk, i updated my snippet in the meantime
0 -
fsmeier Senior Software Engineer & Developer Enablement Advocate Sprykee Posts: 1,084 ⚖️ - Guardians (admin)
did you use the previous one without stop/start ?
0 -
i do the following steps:
brew uninstall mutagen-io/mutagen/mutagen
then:
brew unlink mutagen@0.12
cd "$(brew --repo mutagen-io/homebrew-mutagen)" && \ git checkout bd8b45734ceebb24a9b11cbae7ff9f1623cfb737 && \ HOMEBREW_NO_AUTO_UPDATE=1 brew install mutagen-io/mutagen/mutagen-beta && \ mutagen daemon stop && \ mutagen daemon start && \ cd -
then:
brew link mutagen-beta
then:
mutagen daemon stop
mutagen daemon start
then:
docker/sdk up
0 -
fsmeier Senior Software Engineer & Developer Enablement Advocate Sprykee Posts: 1,084 ⚖️ - Guardians (admin)
ok, good to know. for me the unlink and link was not needed with the uninstall
0 -
I had tried a few things in advance, so it may be that I needed a few more commands as you 😄
0 -
Thank you very much for your help @florian.scholz
0 -
fsmeier Senior Software Engineer & Developer Enablement Advocate Sprykee Posts: 1,084 ⚖️ - Guardians (admin)
No problem. Lets see how we can prevent that others struggle with the same problem 💪
0 -
https://github.com/mutagen-io/mutagen/releases
v0.13.0
got released..so what do I need to get things up and running?0 -
after reading through the comments and running the provided commands it's clear that a 0.13 beta is required and 0.13 stable won't work
0 -
fsmeier Senior Software Engineer & Developer Enablement Advocate Sprykee Posts: 1,084 ⚖️ - Guardians (admin)
That is correct @U01LE4BMBK7. The reason behind this is that Spryker still requires compose v1 but the mutagen project removed the support and focus on compose v2 in a separate project.
0 -
Thanks for this thread, I was able to resolve my issue as well. Maybe provide this in the installation documentation in Spryker?
0 -
fsmeier Senior Software Engineer & Developer Enablement Advocate Sprykee Posts: 1,084 ⚖️ - Guardians (admin)
It is already in the process - the docs-change should be deployed soonish
0 -
fsmeier Senior Software Engineer & Developer Enablement Advocate Sprykee Posts: 1,084 ⚖️ - Guardians (admin)
-
@florian.scholz if you ever update the page add
brew pin mutagen-io/mutagen/mutagen-beta
after the installation as otherwise the nextbrew upgrade
will update to 0.13.0..almost happened to me today0 -
fsmeier Senior Software Engineer & Developer Enablement Advocate Sprykee Posts: 1,084 ⚖️ - Guardians (admin)
Thank you, I will forward it! I hope we will have soonish a prettier solution :crossed_fingers:
0 -
I am getting an error following your Instructions @florian.scholz.
cd "$(brew --repo mutagen-io/homebrew-mutagen)" && \
git checkout bd8b45734ceebb24a9b11cbae7ff9f1623cfb737 && \
HOMEBREW_NO_AUTO_UPDATE=1 brew install mutagen-io/mutagen/mutagen-beta && \
cd -
Will result in cd: no such file or directory: /opt/homebrew/Library/Taps/mutagen-io/homebrew-mutagen
Do you have any hint for me?
0 -
fsmeier Senior Software Engineer & Developer Enablement Advocate Sprykee Posts: 1,084 ⚖️ - Guardians (admin)
what does
mutagen version
return for you?0 -
Nothing, since the first command should install it and fails
0 -
fsmeier Senior Software Engineer & Developer Enablement Advocate Sprykee Posts: 1,084 ⚖️ - Guardians (admin)
what does
pwd
return for you?0 -
my home directory /Users/ankert/Dev
0 -
fsmeier Senior Software Engineer & Developer Enablement Advocate Sprykee Posts: 1,084 ⚖️ - Guardians (admin)
so
cd "$(brew --repo mutagen-io/homebrew-mutagen)"
will throw this exception?
0 -
Correct
0
Categories
- All Categories
- 42 Getting Started & Guidelines
- 7 Getting Started in the Community
- 8 Additional Resources
- 7 Community Ideas and Feedback
- 76 Spryker News
- 929 Developer Corner
- 787 Spryker Development
- 89 Spryker Dev Environment
- 362 Spryker Releases
- 3 Oryx frontend framework
- 35 Propel ORM
- 68 Community Projects
- 3 Community Ideation Board
- 30 Hackathon
- 3 PHP Bridge
- 6 Gacela Project
- 26 Job Opportunities
- 3.2K 📜 Slack Archives
- 116 Academy
- 5 Business Users
- 370 Docker
- 551 Slack General
- 2K Help
- 75 Knowledge Sharing
- 6 Random Stuff
- 4 Code Testing
- 32 Product & Business Questions
- 70 Spryker Safari Questions
- 50 Random