mirror of
https://github.com/modoboa/modoboa.git
synced 2026-04-26 09:26:00 +03:00
[GH-ISSUE #1505] Installer failing after update from idna to 2.7 #1183
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#1183
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 @Noaphiel on GitHub (Jun 12, 2018).
Original GitHub issue: https://github.com/modoboa/modoboa/issues/1505
Impacted versions
Modoboa: recent
installer used: Yes
Steps to reproduce
running the installer on a clean system
Current behavior
idna v2.7 got released yesterday. Installer is collecting the new version:
Collecting idna>=2.1 (from cryptography->modoboa) Downloading https://files.pythonhosted.org/packages/65/c4/80f97e9c9628f3cac9b98bfca0402ede54e0563b56482e3e6e45c43c4935/idna-2.7.tar.gz (172kB)requests 2.18.4 relies on idna being <2.7 and >=2.5
requests 2.18.4 has requirement idna<2.7,>=2.5, but you'll have idna 2.7 which is incompatible.result of the whole story is that lxml is not installed properly (though i'm not sure, if that is error is occuring because of the idna incompatibility):
Running setup.py install for lxml ... errorEDIT: it seems the lxml-error is independent to the idna compatibility issue above. It is most likely caused by insufficient memory of a Raspberry Pi. So I'm not sure anymore if the idna incompatibility with requests is affecting the install at all.
Expected behavior
no error occurrence at lxml install
@tonioo commented on GitHub (Jul 11, 2018):
@Noaphiel Looks like a temporary issue. Feel free to reopen it if the problem persists.