-
Notifications
You must be signed in to change notification settings - Fork 60
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
Impossible to install autonews on Macbook M1 ? #90
Comments
Hi @aurlro
Does that mean you change the processor after installation? Maybe you could share some error details. |
Excuse me, I expressed myself badly. With the help of chatgpt I was able to try to install and set up the .yalm file to add the arm64 Linux platforms (which seems to be suitable for Apple's M1, M2 etc processor). Unfortunately, I still haven't managed to do that so far. The Rosettat system does not work miracles this time. |
From docker installation wiki, we actually don't need to touch the Trying to understand in which step you were blocked and I can help there. May I know which |
To start from scratch, I've just emptied docker and started again. The blocking step is the following command: ‘sh-3.2# make start Next, here's what happens : creating docker network: bot_network... ! airflow-init The requested image's platform (linux/amd64) does not match the detected host platform (linux/arm64/v8[+] Running 21/22 platform was requested 0.0s |
Let me get a M1 macbook and try to reproduce the issue. |
I just installed it and here are the commands I ran (I didn't get any errors):
And then I went to http://localhost:8080 |
@Sacha338 , Thanks for providing more details, in the meantime, if possible, do you mind checking the MySQL docker instance log? I'd wondering whether there are some error logs in your previous deployment. |
I reproduced this issue and found that MySQL recently released major version 9, which is incompatible with MySQL-8 parameters. I have fixed MySQL to 8.4.2. Please use the below steps to pick the fixes (assume the 1. make stop
2. rm -rf workflow
3. git pull
4. make deps && make deploy
5. make start Let me know if any issues, thanks. |
How ? Where can I found the logs |
Thank you for uploading the screenshots; it narrows down the problem. So far, I have tested different machines; some work, some don't, especially from MacBook (upgraded to the latest Docker desktop). I found that the Because this is related to the I'll create a new PR to address it then. |
Please try the latest fix by following the following steps. These will copy the 1. make stop
2. git pull
3. make deps && make deploy
4. make start Btw, I noticed that |
Journal will be empty notes if no user's daily inputs, this is normal and means it's working. The page structure is like this: Readings
├── Inbox
│ ├── Inbox - Article
│ └── Inbox - YouTube
│ └── Inbox - Journal
├── Index
│ ├── Index - Inbox
│ ├── Index - ToRead
│ ├── RSS_List
│ └── Tweet_List
│ └── Reddit_List
└── ToRead
└── ToRead After installation, the |
I choose Docker Installation on my mac M1 but each time i found many errors ... processeur amd64 replace on code by arm64, i tried to fix it with chatgpt but each time I can't open mysql database and i'm blocked.
The text was updated successfully, but these errors were encountered: