Open felix-tracxpoint opened 6 years ago
I ran into this same problem when installing traits on Windows10. The answer is at stackoverflow
What I did,
C:\Program Files (x86)\Windows Kits\8.1\bin\x86
(may be different for you)
rc.exe
rcdll.dll
C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\bin
Then did pip install -v --process-dependency-links traits
I think this should help resolve the fatal error LNK1158
I am trying to install mayavi within Anaconda by the following command:
pip install git+https://github.com/enthought/mayavi
and get the following error:
What is the problem? Is it in the traits package? Or something completely different?
Thanks in advance!