OSPREY Server on Windows

1. Prerequisites

First, install Python and pip, if not installed already.

Version 3 or higher must be used. Make sure to get the 64-bit verison, and not a 32-bit version.

During Python installation, enable the option to “Add python.exe to Path”.

2. Download OSPREY Server release

If you haven’t already, download the OSPREY Server release.

OSPREY downloads

Extract the release .zip file you downloaded into your favorite folder. From that folder, run the installation script from a command prompt to install OSPREY:

install.bat

3. Test your installation

Start an interactive Python session, then run:

import osprey
osprey.start()

If successful, should should be greeted with a message something like the following:

OSPREY 3.2, Python 3.6.9, Java 11.0.6
Using up to 1024 MiB heap memory: 128 MiB for garbage, 896 MiB for storage

4. Updating to a new version of OSPREY Server

If you’re updating from an older installation of Osprey, just run the install script. There’s no need to explicitly uninstall the older version.

5. To Uninstall OSPREY Server

Just run the uninstall script:

uninstall.bat