$ python
Python 3.6.3 |Anaconda, Inc.| (default, Oct 13 2017, 12:02:49)
[GCC 7.2.0] on linux
Type "help", "copyright", "credits" or "license" for more information.
>>>
$ python setup.py install --user
No module named 'ANNarchy.core.cython_ext.Connector'
No module named 'ANNarchy.core.cython_ext.Connector'
Error: Could not import Cython modules. Try reinstalling ANNarchy.
ANNarchy 4.6 (4.6.4.1) on linux (posix).
Checking for setuptools... OK
Checking for numpy... OK
Checking for cython... OK
Checking for CUDA... NO
Warning: CUDA is not available on your system. Only OpenMP can be used to perform the simulations.
Compiling ANNarchy/core/cython_ext/Connector.pyx because it changed.
Compiling ANNarchy/core/cython_ext/Coordinates.pyx because it changed.
Compiling ANNarchy/core/cython_ext/Transformations.pyx because it changed.
[1/3] Cythonizing ANNarchy/core/cython_ext/Connector.pyx
[2/3] Cythonizing ANNarchy/core/cython_ext/Coordinates.pyx
[3/3] Cythonizing ANNarchy/core/cython_ext/Transformations.pyx
no previously-included directories found matching 'docs/_build'
cc1plus: warning: command line option "-Wstrict-prototypes" is valid for Ada/C/ObjC but not for C++
cc1plus: error: unrecognized command line option "-std=c++11"
error: command 'gcc' failed with exit status 1
I tried a few times and got the same results. Please help. Thank you!