[issue46401] Using setuptools version 59.8.0 or below before upgrade Python 3.10.2 from source on Debian 11

2022-01-16 Thread Ching


New submission from Ching :

1. Before upgrade to Python version 3.10.2 from source on Debian Linux, I must 
downgrade setuptools to version 59.8.0 or below.

2. At the stage of "make -j 4", setuptools version 60.0.0 or above raise an 
error of: ModuleNotFoundError: No module named 'binascii'

It is not a big issue, just remind Pythonistas to save their time to debug.

Reference of installation Python from source on Debian:
https://computingforgeeks.com/how-to-install-python-on-debian-linux/

--
components: Installation
files: error1.txt
messages: 410701
nosy: i-Ching
priority: normal
severity: normal
status: open
title: Using setuptools version 59.8.0 or below before upgrade Python 3.10.2 
from source on Debian 11
type: behavior
versions: Python 3.10
Added file: https://bugs.python.org/file50564/error1.txt

___
Python tracker 
<https://bugs.python.org/issue46401>
___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue46401] Setuptools 60.0 breaks building from source on Debian 11: No module named 'binascii'

2022-01-16 Thread Ching


Ching  added the comment:

Thank you for your solution: setting the env var 
SETUPTOOLS_USE_DISTUTILS=stdlib.

1. At my previous Python 3.10.1, I always upgrade to the latest setuptools 
(60.5.0), then I get an error of "No module named 'binascii'" during upgrading 
to Python 3.10.2 from compiling source.

2. I do not have the above issue as I install a new Python 3.10.2 with the 
bundled setuptools 59.0.1 at termux environment.

It is an issue of upgrade at my linux environment.

I shall close this ticket soon.

--
stage:  -> resolved
status: open -> closed

___
Python tracker 
<https://bugs.python.org/issue46401>
___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue39110] UserList-subclass Tree slicing changes the original list unexpectedly

2019-12-20 Thread Tarn Yeong Ching


Tarn Yeong Ching  added the comment:

and more... It doesn't happen when Tree directly subclasses list.

--

___
Python tracker 
<https://bugs.python.org/issue39110>
___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue39110] UserList-subclass Tree slicing changes the original list unexpectedly

2019-12-21 Thread Tarn Yeong Ching


Tarn Yeong Ching  added the comment:

GOD... I see. Thank you very much!

--

___
Python tracker 
<https://bugs.python.org/issue39110>
___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com