Closed BecodoExploit-mrCAT closed 1 year ago
👋 Hi @CATx003, 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.
@CATx003 requirements.txt has already celery 5.1.2. You need to upgrade to 5.2.7 or 5.2.2
You can momentarily fix the problems as follows:
Add these lines at the beginning of your install script or issue these commands before running your install script
sed -i 's/celery==5.1.2/celery==5.2.7/' web/requirements.txt
sed -i 's/# Download and install go 1.18/# Download and install go 1.19/' web/Dockerfile
sed -i 's/go1.18.2.linux-amd64.tar.gz/go1.19.5.linux-amd64.tar.gz/' web/Dockerfile
I updated it as follows, but still the same error
I updated it as follows, but still the same error
Show the error screen, please, so it's easier to help. ;)
I updated it as follows, but still the same error
Show the error screen, please, so it's easier to help. ;)
hiii, am fixed ^^
Nice !
@gustavorobertux i begin see this error :D
Nice !
help me for my question below :((
Nice !
Hi, if you have problems to build like this:
Update the rengine/web/requirements.txt and upgrade the celery version to 5.1.2 like this:
After this just run make build and lets go.