Environment:
python: 2.7.12
use anaconda to create a clean environment, following the steps:
cloning the repository
run pip install -r requirements.txt
pip install -e .
Then found the following errors:
sense2vec/vectors.cpp:8061:10: error: 'pyx_v_ptr' declared as a pointer to a reference of type 'float &'
float &*pyx_v_ptr;
^
1 warning and 1 error generated.
error: command 'gcc' failed with exit status 1
Environment: python: 2.7.12 use anaconda to create a clean environment, following the steps:
Then found the following errors: sense2vec/vectors.cpp:8061:10: error: 'pyx_v_ptr' declared as a pointer to a reference of type 'float &' float &*pyx_v_ptr; ^ 1 warning and 1 error generated. error: command 'gcc' failed with exit status 1
Could someone provide the solution?
Thanks,