Skip to content

20190607

Compare
Choose a tag to compare
@devinrsmith devinrsmith released this 01 Aug 18:50

The release is only for linux_x86_64 platforms running Python 2.7.x, 3.6.x or 3.7.x.
Download and install the .whl file with pip as follows:

# Python 2
sudo pip2 install ./deephaven_jpy-1.20190607.73-cp27-cp27mu-linux_x86_64.whl
    
# Python 3.6
sudo pip3 install ./deephaven_jpy-1.20190607.73-cp36-cp36m-linux_x86_64.whl
    
# Python 3.7
sudo pip3 install ./deephaven_jpy-1.20190607.73-cp37-cp37m-linux_x86_64.whl