Terry J. Reedy <tjre...@udel.edu> added the comment:

I should have suggested that you upload the test results as a file.  Anyway, 8 
errors: the two locale failures I expected (failures #1, #6), test_distutils 
(#5, multiple failures), test_compileall (#4), and failures for buffer (#2), 
copy_reg (#3), pickle (#7), and pickletools (#8) due to an OSError trying to 
import numpy.
  ...
  File 
"C:\Users\tusha\AppData\Local\Programs\Python\Python38-32\lib\test\test_buffer.py",
 line 44, in <module>
    from numpy import ndarray as numpy_array
  File 
"C:\Users\tusha\AppData\Roaming\Python\Python38\site-packages\numpy\__init__.py",
 line 138, in <module>
    from . import _distributor_init
  File 
"C:\Users\tusha\AppData\Roaming\Python\Python38\site-packages\numpy\_distributor_init.py",
 line 26, in <module>
    WinDLL(os.path.abspath(filename))
  File 
"C:\Users\tusha\AppData\Local\Programs\Python\Python38-32\lib\ctypes\__init__.py",
 line 373, in __init__
    self._handle = _dlopen(self._name, mode)
OSError: [WinError 193] %1 is not a valid Win32 application

The buffer test catches ImportError but not OSError; I suspect the others are 
similar.  I consider this a bug in the tests and will try to open another issue.

Just curious: do commands 'python -c "import numpy"' and 'python -c "from numpy 
import ndarray as numpy_array"' work?

I may ask on python-list for other users to run/test colormixer on installed 
python.

----------

_______________________________________
Python tracker <rep...@bugs.python.org>
<https://bugs.python.org/issue41758>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to