[issue44132] Local import conflict with system import

2021-05-15 Thread Ned Deily
Ned Deily added the comment: Python is behaving as documented here. The problem is that you have a package named 'xml' which conflicts with the package of the same name in the standard library (https://docs.python.org/3/library/xml.html) which may cause conflicts for other packages depending

[issue44132] Local import conflict with system import

2021-05-14 Thread Oscar
New submission from Oscar : Not sure if this is the right place to post this, but I stumble upon the following error. I have the following directory structure $ tree /F Folder PATH listing Volume serial number is C100 B8C8:3DC4 C:. │ requirements.txt │ run_repro.bat │ └───testdriver