-
Notifications
You must be signed in to change notification settings - Fork 11
Troubleshooting
Danny Antaki edited this page Mar 27, 2018
·
4 revisions
Since SV2 uses Cython, error messages may be cryptic. A Segmentation Fault
typically indicates the input files are not formatted correctly.
MemoryError
Solution:
$ pip install --no-cache-dir https://github.com/dantaki/SV2/releases/download/sv2v1.4.0/sv2-1.4.0.tar.gz
ImportError: No module named Cython.Build
Solution: reinstall cython
$ pip install cython --upgrade
$ pip install sv2
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.
Solution:
Install scikit-learn v0.17 pip install scikit-learn==0.17
For any bugs or errors in SV2 please contact Danny Antaki [email protected]