Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
timodonnell committed Feb 4, 2017
1 parent 4e3ccd3 commit 41c0c01
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions README.md
Expand Up @@ -92,6 +92,17 @@ To see the cross validation results:
```
open "$(mhcflurry-downloads path models_class1_allele_specific_single)/cv.csv"
```
## Problems and Solutions

### undefined symbol
If you get an error like:

```
ImportError: _CVXcanon.cpython-35m-x86_64-linux-gnu.so: undefined symbol: _ZNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEED1Ev
```

Try installing cvxpy using conda instead of pip.


## Environment variables

Expand Down

0 comments on commit 41c0c01

Please sign in to comment.