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

Error in build #1115

Open
1 task done
lrosario opened this issue Dec 7, 2023 · 6 comments
Open
1 task done

Error in build #1115

lrosario opened this issue Dec 7, 2023 · 6 comments
Labels
needs more info question Further information is requested

Comments

@lrosario
Copy link

lrosario commented Dec 7, 2023

Is there an existing issue for this?

  • I have searched the existing issues

Current Behavior

Error in docker build

Expected Behavior

image

Steps To Reproduce

[celery 2/44] RUN apt update -y && apt update -y && apt install -y python3.10 python3-dev python3-pip:

Environment

- reNgine: 2.0
- OS: Kali Linux ARM
- Python: 3.11.6
- Docker Engine: 24.0.7, build afdd53b
- Docker Compose: v2.23.0
- Browser: Safari

Anything else?

No response

@lrosario lrosario added the bug Something isn't working label Dec 7, 2023
Copy link
Contributor

github-actions bot commented Dec 7, 2023

👋 Hi @lrosario,
Issues is only for reporting a bug/feature request. Please read documentation before raising an issue https://rengine.wiki
For very limited support, questions, and discussions, please join reNgine Discord channel: https://discord.gg/azv6fzhNCE
Please include all the requested and relevant information when opening a bug report. Improper reports will be closed without any response.

@psyray
Copy link
Contributor

psyray commented Dec 7, 2023

You have an ARM platform
Try this Dockerfile modification to make it works on ARM
5b4c4be

Anyway running reNgine on a pi wouldn't be enough in term of hardware.
It's better to use a VM with at least 8GB RAM and a good CPU
#293

@brucelsone
Copy link

Same error on mac m1 arm platform with rengine2.0.2. And modified dockerfile is not work.
image
image

@psyray
Copy link
Contributor

psyray commented Jan 5, 2024

Same error on mac m1 arm platform with rengine2.0.2. And modified dockerfile is not work. image image

Please look at your log on the screen before reusing a thread.
image

@lrosario Your issue is fixed with my advice ?

@psyray
Copy link
Contributor

psyray commented Feb 21, 2024

@brucelsone Could we have some feedback please.
I will close this issue if you don't give feedback next week

@psyray psyray added question Further information is requested needs more info and removed bug Something isn't working labels Feb 21, 2024
@jain6196
Copy link

jain6196 commented Oct 8, 2024

I am trying to install the same in M3 MacBook Pro. I am getting same error. The package installation of python3-dev and python3-pip is failing continously.
I have broken the commands into smaller sections to understanding the issue. It is getting failed at apt-get install -y python3-pip

I have tried converting the command from
RUN apt update -y && \
apt install -y \
python3.10 \
python3-dev \
python3-pip

to

Install Python

RUN apt upgrade -y

RUN apt install -y python3.10

RUN apt install -y python3-dev --fix-missing

RUN apt-get install -y python3-pip

image

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
needs more info question Further information is requested
Projects
None yet
Development

No branches or pull requests

4 participants