mirror of
https://github.com/modoboa/modoboa.git
synced 2026-04-26 01:16:01 +03:00
[GH-ISSUE #1817] Phyton Install Problem #1428
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#1428
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 @ghost on GitHub (Jan 6, 2020).
Original GitHub issue: https://github.com/modoboa/modoboa/issues/1817
Impacted versions
Steps to reproduce
I downloaded the installer and I get the following error when I run it.
Traceback (most recent call last):
File "./run.py", line 13, in
from modoboa_installer import package
File "/home/codiergott/modoboa-installer/modoboa_installer/package.py", line 105, in
backend = get_backend()
File "/home/codiergott/modoboa-installer/modoboa_installer/package.py", line 93, in get_backend
distname = utils.dist_name()
File "/home/codiergott/modoboa-installer/modoboa_installer/utils.py", line 79, in dist_name
name, version, _id = platform.linux_distribution()
AttributeError: module 'platform' has no attribute 'linux_distribution'
I use ArchLinux and Python 3.8.1.
@tonioo commented on GitHub (Jan 7, 2020):
@codiergott Can you please move this issue to the https://github.com/modoboa/modoboa-installer repository please?