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.

classification
Title: Error (Segmentation fault - core dumped) while installing Python3.5.2
Type: Stage: resolved
Components: Versions:
process
Status: closed Resolution: out of date
Dependencies: Superseder:
Assigned To: Nosy List: Ruchi kumari, christian.heimes
Priority: normal Keywords:

Created on 2018-11-26 11:03 by Ruchi kumari, last changed 2022-04-11 14:59 by admin. This issue is now closed.

Messages (6)
msg330418 - (view) Author: Ruchi kumari (Ruchi kumari) Date: 2018-11-26 11:03
Regularly getting segmentation fault (core dumped) while trying to install Python3.5.2. 

Also seeing the following warning while doing ./configure
configure: WARNING: linux/random.h: present but cannot be compiled
configure: WARNING: linux/random.h:     check for missing prerequisite headers?
configure: WARNING: linux/random.h: see the Autoconf documentation
configure: WARNING: linux/random.h:     section "Present But Cannot Be Compiled"
configure: WARNING: linux/random.h: proceeding with the compiler's result
msg330419 - (view) Author: Christian Heimes (christian.heimes) * (Python committer) Date: 2018-11-26 11:06
Python 3.5.2 is no longer supported. The latset 3.5 release is https://www.python.org/downloads/release/python-356/.
msg330420 - (view) Author: Ruchi kumari (Ruchi kumari) Date: 2018-11-26 11:08
Does Python3.5.6 has inbuilt installed modules like requests etc.

On Mon, Nov 26, 2018, 16:36 Christian Heimes <report@bugs.python.org wrote:

>
> Christian Heimes <lists@cheimes.de> added the comment:
>
> Python 3.5.2 is no longer supported. The latset 3.5 release is
> https://www.python.org/downloads/release/python-356/.
>
> ----------
> nosy: +christian.heimes
>
> _______________________________________
> Python tracker <report@bugs.python.org>
> <https://bugs.python.org/issue35315>
> _______________________________________
>
msg330421 - (view) Author: Christian Heimes (christian.heimes) * (Python committer) Date: 2018-11-26 11:18
No, requests is developed and shipped by a different team. No version of Python from python.org has requests pre-installed.
msg330422 - (view) Author: Ruchi kumari (Ruchi kumari) Date: 2018-11-26 11:35
What about modules like urllib3 etc.

On Mon, Nov 26, 2018, 16:48 Christian Heimes <report@bugs.python.org wrote:

>
> Christian Heimes <lists@cheimes.de> added the comment:
>
> No, requests is developed and shipped by a different team. No version of
> Python from python.org has requests pre-installed.
>
> ----------
>
> _______________________________________
> Python tracker <report@bugs.python.org>
> <https://bugs.python.org/issue35315>
> _______________________________________
>
msg330423 - (view) Author: Christian Heimes (christian.heimes) * (Python committer) Date: 2018-11-26 11:37
bugs.python.org is a bug tracker, not a support forum. Please use the Python mailing list https://www.python.org/community/lists/.
History
Date User Action Args
2022-04-11 14:59:08adminsetgithub: 79496
2018-11-26 11:37:36christian.heimessetstatus: open -> closed
resolution: out of date
messages: + msg330423

stage: resolved
2018-11-26 11:35:33Ruchi kumarisetmessages: + msg330422
2018-11-26 11:18:48christian.heimessetmessages: + msg330421
2018-11-26 11:08:50Ruchi kumarisetmessages: + msg330420
2018-11-26 11:06:34christian.heimessetnosy: + christian.heimes
messages: + msg330419
2018-11-26 11:03:31Ruchi kumaricreate