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 Steven Fleck
Recipients Steven Fleck
Date 2020-04-24.19:48:17
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1587757709.05.0.540074868271.issue40380@roundup.psfhosted.org>
In-reply-to
Content
I'm having some issues with installing python 3.8.2. I'm installing it in my personal workspace on my university's computing resources (linux). I've installed many programs here, but python is giving me some issues. 

Ultimately, I'm failing 5 tests:
test_multiprocessing_forkserver 
test_pathlib
test_resource
test_socket 
test_zipfie

Any help into what I can do to fix these errors would be greatly appreciated. I've attached a file that has the outputs of each command listed below. I hope it helps

line 0001: ./configure
line 0754: make
line 1238: make test
line 3539: make test TESTOPTS="-v test_multiprocessing_forkserver test_pathlib test_resource test_socket test_zipfie"
History
Date User Action Args
2020-04-24 19:48:29Steven Flecksetrecipients: + Steven Fleck
2020-04-24 19:48:29Steven Flecksetmessageid: <1587757709.05.0.540074868271.issue40380@roundup.psfhosted.org>
2020-04-24 19:48:29Steven Flecklinkissue40380 messages
2020-04-24 19:48:28Steven Fleckcreate