-
Notifications
You must be signed in to change notification settings - Fork 3
Use pyGATB Python3 package
Genscale Team edited this page Jun 8, 2017
·
17 revisions
We provide pre-compiled pyGATB Python3 packages for MacOSX and Linux. However, to use them you must have the following release of Python installed:
- MacOSX : Python 3.4
- Linux: Python 3.3, 3.4, 3.5 or 3.6
If needed, you can review an installation of Python 3.4 here.
In addition, there are also "libc" compatibility issues you can review below for each OS.
Download pyGATB-0.1.2-py3.4-macosx-10.9-x86_64.egg.
Then, on the command-line, type:
#adapt the release number of easy-install to the one available on your system
sudo easy_install-3.4 pyGATB-0.1.2-py3.4-macosx-10.9-x86_64.egg
Compatibility notice: this package is created using OSX 10.9 and it has these libc/zlib requirements.
Note: We are in the process of making wheels for macOSX that can be installed with pip.
On the command-line, type:
pip3 install --user pyGATB
Although we do not officially support windows, the linux package can be installed with Windows Subsystem for Linux.
On bash for Windows, type:
sudo apt-get install python3
pip3 install --user pyGATB