mirror of
https://github.com/SheffieldML/GPy.git
synced 2026-06-14 15:25:15 +02:00
added installation issues wiki page; added instructions for solving #924;
parent
761b9f6c72
commit
a6d2bddb1b
1 changed files with 10 additions and 0 deletions
10
Installation-issues.md
Normal file
10
Installation-issues.md
Normal file
|
|
@ -0,0 +1,10 @@
|
|||
# Installation issues
|
||||
This page describes common GPy installation issues and their solutions. If you solve a new installation issue, please record it here.
|
||||
|
||||
## How to install
|
||||
Typically, you'll install GPy using [`pip`](https://pypi.org/project/pip/) via the following command: `pip install GPy`.
|
||||
|
||||
## Common issues
|
||||
|
||||
### `ValueError: numpy.ndarray size changed, ...`
|
||||
The full text of the error is `ValueError: numpy.ndarray size changed, may indicate binary incompatibility. Expected 88 from C header, got 80 from PyObject`. A full traceback is available in [#924](https://github.com/SheffieldML/GPy/issues/924). This issue is caused by an incompatible numpy installation and is solved by running `pip uninstall GPy && pip install GPy`.
|
||||
Loading…
Add table
Add a link
Reference in a new issue