[issue39326] Python-3.8.1 "test_importlib" failed

2021-09-01 Thread STINNER Victor
STINNER Victor added the comment: > Can you please attach the output log of the test? Since the original reporter didn't reply, we cannot investigate the issue and I close it. If you still have the issue, please reopen the issue with the full test output (attached as a file). --

[issue39326] Python-3.8.1 "test_importlib" failed

2020-09-26 Thread Rahul Kumaresan
Change by Rahul Kumaresan : -- nosy: +rahul-kumi ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue39326] Python-3.8.1 "test_importlib" failed

2020-09-25 Thread Vinícius Viana W .
Vinícius Viana W. added the comment: I had this issue too, but in Python-3.8.6. I did what @Darryl Hall Jr suggested. But in my case, I just needed to ran 'sudo apt-get install zlib1g-dev', and then, I ran 'sudo make testall', and I got: 'Tests result: SUCCESS'! Thank you -- nosy:

[issue39326] Python-3.8.1 "test_importlib" failed

2020-05-31 Thread Darryl Hall Jr
Darryl Hall Jr added the comment: @Divyansh_tiwari I had the same issue, but on Python-3.8.3. I ran `sudo apt-get install zlib1g-dev` then `sudo apt-get install zlibc`. After installing those 2 packages, I reran `make test` and had test results = success. I hope this might work for you as

[issue39326] Python-3.8.1 "test_importlib" failed

2020-03-11 Thread Karthikeyan Singaravelan
Change by Karthikeyan Singaravelan : -- status: open -> pending ___ Python tracker ___ ___ Python-bugs-list mailing list

[issue39326] Python-3.8.1 "test_importlib" failed

2020-01-13 Thread Karthikeyan Singaravelan
Karthikeyan Singaravelan added the comment: Can you please attach the output log of the test? -- nosy: +xtreak ___ Python tracker ___

[issue39326] Python-3.8.1 "test_importlib" failed

2020-01-13 Thread Divyansh tiwari
New submission from Divyansh tiwari : Python-3.8.1 after "make test" command in Ubuntu terminal report an error saying "test_importlib" failed. = Tests result: FAILURE then FAILURE == 1 test failed: test_importlib 1 re-run test: test_importlib