Skip to content

Troubleshooting

Danny Antaki edited this page Nov 27, 2017 · 4 revisions

Troubleshooting

Since SV2 uses Cython, error messages may be cryptic. A Segmentation Fault typically indicates the input files are not formatted correctly.


Pip install

MemoryError

Solution:

$ pip install --no-cache-dir https://github.com/dantaki/SV2/releases/download/sv2v1.4.0/sv2-1.4.0.tar.gz

Versions < 1.4.0

UserWarning: Trying to unpickle estimator SVC from version pre-0.18 when using version 0.18.1. This might lead to breaking code or invalid results. Use at your own risk.

Install scikit-learn v0.17 pip install scikit-learn==0.17


For any bugs or errors in SV2 please contact Danny Antaki [email protected]

Clone this wiki locally