Open ManoharSwamynathan opened 7 years ago
Hi Manohar, I'm also having the same issue. As You have mentioned I tried "pip install JPype1" but it didn't work for me. can you explain more on how you fixed the issue.
@jenyks , I was able to successfully insatll JPype1-0.6.3 now on another system using "pip install Jpype1". What is the exact error that you are getting?
@ManoharSwamynathan Sorry if my comment was not clear. Installing JPype did not solve the issue for me. But now it's alright. I was able to fix it. But did sopex work for you to extract tipples from questions. It extract tipples only from sentences.
@jenyks
Hi jenyks, I have the same problem likewise. And I also run pip install JPype1
, which didn't work on my pc. Can you help explain how you fix the problem when you first fail install? Thanks.
@all I will look into it
@mazicwong can you post the error message you are getting
Hi Ashish Prasad,
Installation is failing for below given reason.
"Could not find a version that satisfies the requirement jpype==0.5.4.2 (from sopex) (from versions: ) No matching distribution found for jpype==0.5.4.2 (from sopex)"
However, I was able to manually install JPype using 'pip install JPype1' and run your code successfully by downloading to my machine manually. I guess you have to update your requirement file with new version name and version for JPype to fix the issue.
Regards, Manohar