Message304430
I just have installed NumPy. It temporary sets these two environment variables for importing the multiarray numpy extension module, but forgot to remove them if the import is failed.
test_buffer imports numpy.
try:
with warnings.catch_warnings():
from numpy import ndarray as numpy_array
except ImportError:
numpy_array = None |
|
| Date |
User |
Action |
Args |
| 2017-10-15 10:08:56 | serhiy.storchaka | set | recipients:
+ serhiy.storchaka, vstinner, ezio.melotti, michael.foord, skrah |
| 2017-10-15 10:08:56 | serhiy.storchaka | set | messageid: <1508062136.23.0.213398074469.issue31792@psf.upfronthosting.co.za> |
| 2017-10-15 10:08:56 | serhiy.storchaka | link | issue31792 messages |
| 2017-10-15 10:08:56 | serhiy.storchaka | create | |
|