View Single Post
  #6  
Old 01-20-2017, 01:51 PM
haohaoxuexi1 haohaoxuexi1 is offline
Member
 
Join Date: Sep 2015
Posts: 81
Quote:
Originally Posted by Jeff View Post
There are official numpy 32 and 64 bit binaries on the PyPi site. You can download the compatible .whl installer for your platform (numpy-1.11.1-cp27-none-win32.whl or numpy-1.11.1-cp27-none-win_amd64.whl) and drag/drop into the Vizard 5 editor to install.

https://pypi.python.org/pypi/numpy/

The package manager will be updated in the next Vizard release to find the numpy installers here.

this is the error comes out "UnicodeDecodeError: 'ascii' codec can't decode byte 0xd3 in position 7: ordinal not in range(128)"
Reply With Quote