diff --git a/README.md b/README.md index a573f674..193a3c54 100644 --- a/README.md +++ b/README.md @@ -24,7 +24,7 @@ Please refer to [precice.org](https://www.precice.org/installation-bindings-pyth We recommend using pip3 (version 19.0.0 or newer required) for the sake of simplicity. You can check your pip3 version via `pip3 --version`. To update pip3, use the following line: ``` -$ pip3 install --upgrade pip +$ pip3 install --user --upgrade pip ``` ## Using pip3 @@ -268,6 +268,20 @@ python setup.py install --user ``` +### ValueError while importing preCICE +If you face the error: + +```bash +ValueError: numpy.ndarray size changed, may indicate binary incompatibility. Expected 88 from C header, got 80 from PyObject +``` + +make sure that you are using an up-to-date version of NumPy. You can update NumPy with + +```bash +pip3 install numpy --upgrade +``` + + # Contributors * [Benjamin RĂ¼th](https://github.com/BenjaminRueth)