aitnd-issues icon indicating copy to clipboard operation
aitnd-issues copied to clipboard

AITND Project 4 numpy version

Open Elektra58 opened this issue 6 years ago • 1 comments

Elektra58 avatar Apr 16 '19 09:04 Elektra58

Cell 2:

import cvxpy as cvx
import numpy as np
import pandas as pd
import time
import project_tests
import project_helper

import matplotlib.pyplot as plt
%matplotlib inline
plt.style.use('ggplot')
plt.rcParams['figure.figsize'] = (14, 8)
```

output:
```
---------------------------------------------------------------------------
RuntimeError                              Traceback (most recent call last)
RuntimeError: module compiled against API version 0xc but this version of numpy is 0xb

---------------------------------------------------------------------------
RuntimeError                              Traceback (most recent call last)
RuntimeError: module compiled against API version 0xc but this version of numpy is 0xb

---------------------------------------------------------------------------
RuntimeError                              Traceback (most recent call last)
RuntimeError: module compiled against API version 0xc but this version of numpy is 0xb
```

Elektra58 avatar Apr 16 '19 09:04 Elektra58