Skip to content
Snippets Groups Projects
Commit 41c0c018 authored by Tim O'Donnell's avatar Tim O'Donnell Committed by GitHub
Browse files

Update README.md

parent 4e3ccd35
No related branches found
No related tags found
No related merge requests found
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment