Open nsriram13 opened 7 years ago
I am afraid python 2.7 and older are not supported, only 3.4+. Besides, looks like an outdated pip... What's its version?
Output of pip --version
pip 9.0.1 from c:\program files\anaconda3\lib\site-packages (python 3.5)
I have defaulted my PYTHONPATH
to Python 3
.
I cannot reproduce it on a test win10 machine... Looks like the compilation went terribly wrong. What's your c++ compiler version?
Probably it has smth to do with anaconda environment, it is not supported (and never will be, officially).
Hmm... I am using Visual Studio 2015. So I think it is Visual C++ 14.0 compiler. I will try my hand at building it using MinGW using the cmake
approach you have outlined in the docs. Fingers crossed it'll work - if not I will default to a non conda version. Thanks!
have you sloved this problem?
No, unfortunately not. I am not using Windows. PRs and fixes welcome.
@nsriram13 did you manage to get this working somehow?
@m-piccolino - Sorry - do not have any updates on this. I switched to using Linux after running into similar build issues for other packages.
Did someone solve the problem for Windows?
Did someone solve the problem for Windows?
got same problem...
Did someone solve the problem for Windows?
Facing the same issue
Please see https://github.com/src-d/wmd-relax/issues/61 for how to compile in windows.
Did someone solve the problem for Windows?
I have the same problem. Has anyone solved it?
Trying to use
pip install wmd
in Windows 10. I am using MSVC to compile from source. I have reproduced the log below. Can you please help troubleshoot?