mirror of
https://github.com/modoboa/modoboa.git
synced 2026-04-25 17:06:01 +03:00
[GH-ISSUE #1832] Installation stuck on "Running setup.py install for lxml" #1436
Labels
No labels
bug
bug
dependencies
design
documentation
duplicate
enhancement
enhancement
enhancement
feedback-needed
help-needed
help-needed
installer
invalid
looking-for-sponsors
modoboa-contacts
new-ui
new-ui
pr
pull-request
pyconfr
python
question
security
stale
webmail
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/modoboa-modoboa#1436
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @bpincaro on GitHub (Jan 31, 2020).
Original GitHub issue: https://github.com/modoboa/modoboa/issues/1832
Impacted versions
Steps to reproduce
Followed the steps from the documentation's Recommended way (modoboa installer)
Current behavior
All components are installed until lxml and modoboa where the installation gets stuck .
Using the command
sudo ./run.py --interactive --debug mysite.comI noticed the installation gets stuck on for a while and then the following error is thrown
This is my server config:
Processor: 1 vCore
RAM: 2 GiB
Storage: 20 GiB
OS: Ubuntu Server 18.04 LTS
Any ideas ?
@bpincaro commented on GitHub (Jan 31, 2020):
Created a swap file... Problem solved!
@widevel commented on GitHub (Mar 11, 2021):
Can you explain this? I am using ubuntu 20 and i have the same issue. Thanks
@bpincaro commented on GitHub (Mar 11, 2021):
https://itsfoss.com/create-swap-file-linux/#:~:text=A%20swap%20file%20allows%20Linux,the%20data%20from%20the%20disk.
Take a look... I think it's very well explained!