This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author ammar2
Recipients ammar2, fhstoica
Date 2020-01-17.11:29:00
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1579260540.19.0.365921632843.issue39367@roundup.psfhosted.org>
In-reply-to
Content
> Installed the readline module as the arrows do not work when running Python interactively.

This is not a suggested way to fix the issue, especially given that the module you installed is marked as deprecated: https://pypi.org/project/readline/

> Built Python 3.8.1 from source on Fedora 30:

Instead, when you compile, look for a line like this

    Failed to find the necessary bits to build these modules:
    ...
    readline

or

    Failed to build these modules:
    ...
    readline

and then scan through the build log to either find the compiler error or you're most probably missing a dependency like readline-devel
History
Date User Action Args
2020-01-17 11:29:00ammar2setrecipients: + ammar2, fhstoica
2020-01-17 11:29:00ammar2setmessageid: <1579260540.19.0.365921632843.issue39367@roundup.psfhosted.org>
2020-01-17 11:29:00ammar2linkissue39367 messages
2020-01-17 11:29:00ammar2create