-
Notifications
You must be signed in to change notification settings - Fork 424
Closed
Labels
Description
Hi, recently i tried to reinstall the librairy on a Windows computer and got the following error:
" LINK : error LNK2001: unresolved external symbol PyInit_pydensecrf/eigen
build\temp.win-amd64-3.6\Release\pydensecrf\eigen.cp36-win_amd64.lib : fatal error LNK1120: 1 unresolved externals
error: command 'C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\BIN\x86_amd64\link.exe' failed with exit status 1120"
But the installation works well on a linux computer with the same version of pip and python:
pip version = 9.0.1
python version = 3.6.3
Do you have any idea on where the problem could be?