Skip to content

Commit

Permalink
Add note that Python 3.5.2 causes random segfaults
Browse files Browse the repository at this point in the history
  • Loading branch information
jdidion committed Jan 10, 2020
1 parent 2d2c988 commit 2a53a0e
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion README.md
Expand Up @@ -26,7 +26,9 @@ Atropos is available from [pypi](https://pypi.python.org/pypi/atropos) and can b
First install dependencies:

* Required
* Python 3.4.5+ (python 2.x is NOT supported)
* Python 3.4.5+
* Python 2.x is NOT supported
* Python 3.5.2 has a [bug](https://bugs.python.org/issue28387) that [has been reported to cause random SEGFAULTs](https://github.com/jdidion/atropos/issues/88)
* Cython 0.25.2+ (`pip install Cython`)
* Maybe python libraries
* pytest (for running unit tests)
Expand Down

0 comments on commit 2a53a0e

Please sign in to comment.