diff --git a/README.md b/README.md index 62efbf611a971b1247efa7e5078a3035b98e3e29..ad119b3a3f0bc0d1f9c9b26766ce96d3043cea01 100644 --- a/README.md +++ b/README.md @@ -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