Skip to main content

PyJAMAS is Just A More Awesome SIESTA

Project description

PyJAMAS 2019.8

PyJAMAS is Just A More Awesome Siesta.

Installing PyJAMAS

The easiest way to install PyJAMAS is using PyPi.

A note on the Python interpreter

PyJAMAS requires that you have Python installed.

PyJAMAS has been extensively tested with with Python 3.6.6--Python 3.6.8. PyJAMAS can probably work well with other Python 3 releases prior to 3.6.6.

PyJAMAS does NOT work with Python >= 3.7. The reason for this is that PyJAMAS uses some tools from TensorFlow, a machine learning package, and TensorFlow is not yet friends with Python >= 3.7.

PyJAMAS does NOT work with Python 2. We try to use type annotations (whenever we remember), and the annotation style that we use is not supported in Python 2.

If you are interested in using Python for your research, you should consider installing Anaconda, a scientific Python distribution. The most recent version of Anaconda (a scientific Python distribution) comes with Python >= 3.7. To downgrade to Python 3.6.8, you can open a terminal and type:

conda install python=3.6.8

MacOS and Linux

Open a terminal and type:

pip install pyjamas-rfglab

To run PyJAMAS type:

pyjamas

at the user prompt.

Windows

We recommend that, before installing PyJAMAS, you install Anaconda (a scientific Python distribution). In principle, the PyJAMAS PyPi package is self-contained, and will install all the necessary modules. However, in Windows there is an issue with Shapely, a package used in PyJAMAS to represent geometric objects such as points or polygons. Shapely is based on GEOS, a C++ library that comes with Anaconda but that fails to install with the PyJAMAS PyPi package. It is recommended to start by manually installing Shapely. To that end, download the appropriate Shapely version from this link. For example, use Shapely‑1.6.4.post1‑cp36‑cp36m‑win_amd64.whl for a 64-bit machine running Python 3.6. Open a command prompt and change into the folder that contains the downloaded .whl file using the cd command. Complete the installation of Shapely by typing:

pip install Shapely1.6.4.post1cp36cp36mwin_amd64.whl

substituting the downloaded file name.

Once Shapely, has been set up, you can proceed with a regular PyPi installation of PyJAMAS. Just be sure to read our note on the interpreter above. After that, open a command prompt and type:

pip install pyjamas-rfglab

To run PyJAMAS type:

pyjamas

at the user prompt.

Project details


Release history Release notifications | RSS feed

Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

pyjamas-rfglab-2019.9.5.tar.gz (418.1 kB view hashes)

Uploaded Source

Built Distribution

pyjamas_rfglab-2019.9.5-py3-none-any.whl (527.5 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page