-
Notifications
You must be signed in to change notification settings - Fork 48
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Install on Windows 10 #36
Comments
What have you tried and where did it failed? Are you using visual studio solution, or a Ubuntu on Windows/cygwin approach?
…________________________________
From: AhmadSawalhah <[email protected]>
Sent: Saturday, July 8, 2017 1:10:25 PM
To: andre-martins/TurboParser
Cc: Subscribed
Subject: [andre-martins/TurboParser] Install on Windows 10 (#36)
Dear All
How can I install this parser on python 3.4 , on Win10 environment
I tried, but failed
thanks
—
You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub<#36>, or mute the thread<https://github.com/notifications/unsubscribe-auth/AFFRMqqb4jKN8vysrj69eWHqHR6V1cG-ks5sL3GxgaJpZM4ORuLZ>.
|
I installed ( bash ) for windows (shell.w32-ix86), and tried to run the scripts, it failed |
Dear Sir, Here is the error after running install_wrapper.sh ( Please any help!) g++ -std=c++0x -O3 -Wall -Wno-sign-compare -c -fmessage-length=0 -fPIC -I../src/util/ -I../src/classifier -I../src/sequence -I../src/tagger -I../src/entity_recognizer -I../src/parser -I../src/semantic_parser -I../src/coreference_resolver -I../src/morphological_tagger -I../deps/local/include TurboParserInterface.cpp |
Hi again, |
Dear Sir, File "nlp_pipeline.py", line 4, in any help please? |
You need to add gflags to the LD_LIBRARY_PATH: |
Thank you very much, It worked great! |
Yes, you would need to do it each time. |
Thank you Sir , and I apologize for all these questions, I appreciate your effort,
and it stopped here, no output, no errors (except the one at the beggining), |
Regarding the last Issue, It is not stopped, I installed PyCharm and debugged the code. |
Dear All
How can I install this parser on python 3.4 , on Win10 environment
I tried, but failed
thanks
The text was updated successfully, but these errors were encountered: